diff options
Diffstat (limited to 'src/kernel/input/input.h')
-rw-r--r-- | src/kernel/input/input.h | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/src/kernel/input/input.h b/src/kernel/input/input.h deleted file mode 100644 index d387172..0000000 --- a/src/kernel/input/input.h +++ /dev/null @@ -1,19 +0,0 @@ -#ifndef MELVIX_INPUT_H -#define MELVIX_INPUT_H - -#include <stdint.h> - -/** - * Initialize the mouse IRQ handler - */ -void mouse_install(); - -/** - * Initialize the us keyboard layout, - * keyboard rate and IRQ handler - */ -void keyboard_install(); - -char wait_scancode(); - -#endif
\ No newline at end of file |