00001 #ifndef AVR32_LOGO_H_ 00002 #define AVR32_LOGO_H_ 00003 extern const unsigned short int avr32_logo[]; 00004 00005 #define AVR32_LOGO_WIDTH 160 00006 #define AVR32_LOGO_HEIGHT 65 00007 00008 #endif