X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fdevices%2Fkbd.h;h=ed9c06bc90d2a03fd9f48c6d245bdcc22770d859;hb=53641f9bb07aa127b2b5e402e28b7421ce8a7f3b;hp=f08ef74a58d97d6b23e3a552242a0adcd5604094;hpb=750d21936d284127e265d050ccbce76fca1ece1a;p=pintos-anon diff --git a/src/devices/kbd.h b/src/devices/kbd.h index f08ef74..ed9c06b 100644 --- a/src/devices/kbd.h +++ b/src/devices/kbd.h @@ -1,6 +1,9 @@ -#ifndef HEADER_KBD_H -#define HEADER_KBD_H 1 +#ifndef DEVICES_KBD_H +#define DEVICES_KBD_H + +#include void kbd_init (void); +void kbd_print_stats (void); -#endif /* kbd.h */ +#endif /* devices/kbd.h */