X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fdevices%2Fkbd.h;h=ecf477f566e35cc0d3c56aad2f079325b1724b4f;hb=c0cd5f5c14152621ad5226d90d5ab1a2f48d5d9e;hp=1720d365335ed12249a29a9a19942282d6c04600;hpb=e27b29c73bebb27cf263ce10f58669ac8bdfc51a;p=pintos-anon diff --git a/src/devices/kbd.h b/src/devices/kbd.h index 1720d36..ecf477f 100644 --- a/src/devices/kbd.h +++ b/src/devices/kbd.h @@ -5,5 +5,6 @@ void kbd_init (void); uint8_t kbd_getc (void); +void kbd_print_stats (void); #endif /* devices/kbd.h */