mirror of
https://github.com/JannisHeydemann/BoredOS.git
synced 2026-05-30 02:16:58 +00:00
9 lines
113 B
C
9 lines
113 B
C
#ifndef PS2_H
|
|
#define PS2_H
|
|
|
|
void ps2_init(void);
|
|
void keyboard_handler(void);
|
|
void mouse_handler(void);
|
|
|
|
#endif
|