pintos: Avoid literal control character in Perl variable name.
[pintos-anon] / src / devices / kbd.h
index b32b63117cd5264ea2d797da0c5b0ce5d039111d..ed9c06bc90d2a03fd9f48c6d245bdcc22770d859 100644 (file)
@@ -1,6 +1,9 @@
 #ifndef DEVICES_KBD_H
 #define DEVICES_KBD_H
 
+#include <stdint.h>
+
 void kbd_init (void);
+void kbd_print_stats (void);
 
 #endif /* devices/kbd.h */