mirror of
https://github.com/BoredDevNL/BoredOS.git
synced 2026-05-15 10:48:38 +00:00
8 lines
113 B
C
8 lines
113 B
C
#ifndef PS2_H
|
|
#define PS2_H
|
|
|
|
void ps2_init(void);
|
|
void keyboard_handler(void);
|
|
void mouse_handler(void);
|
|
|
|
#endif
|