aboutsummaryrefslogtreecommitdiff
path: root/devices/ps2_ctrl.h
diff options
context:
space:
mode:
authoraqua <aqua@iserlohn-fortress.net>2022-11-03 17:45:28 +0200
committeraqua <aqua@iserlohn-fortress.net>2022-11-03 17:45:28 +0200
commitfd4f56e6776873af2693d4ddf1c672c36bd97428 (patch)
treed5482cf2754923ca1a9bfd1a6af669855858d33d /devices/ps2_ctrl.h
parentvga: fix text mode cursor (diff)
downloadkernel-fd4f56e6776873af2693d4ddf1c672c36bd97428.tar.xz
i8042: fix broken self-test
Diffstat (limited to 'devices/ps2_ctrl.h')
-rw-r--r--devices/ps2_ctrl.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/devices/ps2_ctrl.h b/devices/ps2_ctrl.h
deleted file mode 100644
index 9bed4f2..0000000
--- a/devices/ps2_ctrl.h
+++ /dev/null
@@ -1,4 +0,0 @@
-#pragma once
-
-void ps2_ctrl_init();
-unsigned char ps2_ctrl_read();