summaryrefslogtreecommitdiff
path: root/driver/keyboard.h
diff options
context:
space:
mode:
authorMiguel <m.i@gmx.at>2018-10-04 00:53:30 +0200
committerMiguel <m.i@gmx.at>2018-10-04 00:53:30 +0200
commitce16fe524c14ccaae67fb634105da5aef08ead48 (patch)
tree03990f29389bd4c55f40b804b809c7060c24c739 /driver/keyboard.h
parenta455cd5af26bf8731e7c981a9421b16ab34dae6f (diff)
moving framebuffer access completely to userspace
Diffstat (limited to 'driver/keyboard.h')
-rw-r--r--driver/keyboard.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/driver/keyboard.h b/driver/keyboard.h
index 98f1f4e..007f1d1 100644
--- a/driver/keyboard.h
+++ b/driver/keyboard.h
@@ -8,6 +8,6 @@
#include <stdbool.h>
-void keyboard_init(uint32_t s);
+void keyboard_init();
void keyboard_handle(uint8_t in);
bool keyboard_worker();