1 2 3 4 5 6 7 8 9 10 11
#ifndef KBD_H #define KBD_H #include <stdint.h> #include <keypack.h> void init_kbd(); void on_kbd_isr(); #endif