Fix up header guards.
[pintos-anon] / src / devices / kbd.h
1 #ifndef DEVICES_KBD_H
2 #define DEVICES_KBD_H
3
4 void kbd_init (void);
5
6 #endif /* devices/kbd.h */