diff options
author | Marvin Borner | 2020-06-17 18:31:46 +0200 |
---|---|---|
committer | Marvin Borner | 2020-06-17 18:31:46 +0200 |
commit | eed77bd2970a00d1394ed027ceca5b646e4671ce (patch) | |
tree | c44643d98aed2b6818f2b33417c0dea9c5853094 /src/kernel/input/input.h | |
parent | 49dfa1f4021026bf7c4d77817959c8aa24067016 (diff) |
Started rewrite
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 |