provided code
This commit is contained in:
9
src/devices/kbd.h
Normal file
9
src/devices/kbd.h
Normal file
@@ -0,0 +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 */
|
||||
Reference in New Issue
Block a user