ed9c06bc90d2a03fd9f48c6d245bdcc22770d859
[pintos-anon] / src / devices / kbd.h
1 #ifndef DEVICES_KBD_H
2 #define DEVICES_KBD_H
3
4 #include <stdint.h>
5
6 void kbd_init (void);
7 void kbd_print_stats (void);
8
9 #endif /* devices/kbd.h */