From 0c76b6b92dacc4437c8e115187b782d2907d5ff8 Mon Sep 17 00:00:00 2001 From: h2-addad <hamza2.addad@live.uwe.ac.uk> Date: Sun, 16 Jul 2023 00:35:11 +0000 Subject: [PATCH] Update --- src/devices/kbd.h | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 src/devices/kbd.h diff --git a/src/devices/kbd.h b/src/devices/kbd.h new file mode 100644 index 0000000..ed9c06b --- /dev/null +++ b/src/devices/kbd.h @@ -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 */ -- GitLab