#ifndef _KEYBOARD_DRIVER_H #define _KEYBOARD_DRIVER_H #include int init_keyboard(void); registers_t* keyboard_handler(registers_t* regs); #endif