#ifndef KEYBOARD_H #define KEYBOARD_H void keyboard_init(void); void keyboard_proc(void); #endif