summaryrefslogtreecommitdiffstats
path: root/devices/kbd.h
diff options
context:
space:
mode:
Diffstat (limited to 'devices/kbd.h')
-rw-r--r--devices/kbd.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/devices/kbd.h b/devices/kbd.h
new file mode 100644
index 0000000..ed9c06b
--- /dev/null
+++ b/devices/kbd.h
@@ -0,0 +1,9 @@
1#ifndef DEVICES_KBD_H
2#define DEVICES_KBD_H
3
4#include <stdint.h>
5
6void kbd_init (void);
7void kbd_print_stats (void);
8
9#endif /* devices/kbd.h */