1 #ifndef KEYBOARD_H 2 #define KEYBOARD_H 3 4 void init_keyboard(void); 5 void keyboard(void); 6 7 #endif