00001 #ifndef BOOTLOGO_H 00002 #define BOOTLOGO_H 00003 00008 void show_bootlogo(); 00009 void setc(char, short, short); 00010 void setload(int); 00011 00012 #endif