mirror of
https://github.com/JannisHeydemann/BoredOS.git
synced 2026-05-30 02:16:58 +00:00
Initial commit
This commit is contained in:
8
src/kernel/ps2.h
Normal file
8
src/kernel/ps2.h
Normal file
@@ -0,0 +1,8 @@
|
||||
#ifndef PS2_H
|
||||
#define PS2_H
|
||||
|
||||
void ps2_init(void);
|
||||
void keyboard_handler(void);
|
||||
void mouse_handler(void);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user