#ifndef PS2_H #define PS2_H void ps2_init(void); void keyboard_handler(void); void mouse_handler(void); #endif