summaryrefslogtreecommitdiff
path: root/include/i8042.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/i8042.h')
-rw-r--r--include/i8042.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/include/i8042.h b/include/i8042.h
index e0afce1..9723b6a 100644
--- a/include/i8042.h
+++ b/include/i8042.h
@@ -87,10 +87,4 @@ void i8042_flush(void);
*/
int i8042_disable(void);
-struct stdio_dev;
-
-int i8042_kbd_init(void);
-int i8042_tstc(struct stdio_dev *dev);
-int i8042_getc(struct stdio_dev *dev);
-
#endif /* _I8042_H_ */