aboutsummaryrefslogtreecommitdiff
path: root/drivers/ports.h
diff options
context:
space:
mode:
authorAqua-sama <aqua@iserlohn-fortress.net>2021-03-03 11:43:43 +0200
committerAqua-sama <aqua@iserlohn-fortress.net>2021-03-03 11:43:43 +0200
commit02a703e8dca690780d6e00198274a2139e89f01a (patch)
tree0688710e65f0a8e81719b739393935399ef1022e /drivers/ports.h
parentAdd keyboard driver (diff)
downloadkernel.cpp-02a703e8dca690780d6e00198274a2139e89f01a.tar.xz
Add some comments to keyboard driver
Diffstat (limited to 'drivers/ports.h')
-rw-r--r--drivers/ports.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/ports.h b/drivers/ports.h
index 2d26e65..393fd4d 100644
--- a/drivers/ports.h
+++ b/drivers/ports.h
@@ -58,6 +58,3 @@ typedef Port<0x2e8, uint8_t> com4_port_t;
typedef Port<0x20, uint8_t> pic1_t;
typedef Port<0xa0, uint8_t> pic2_t;
-/* PS/2 keyboard */
-typedef Port<0x60, uint8_t> keyboard_data_t;
-typedef Port<0x64, uint8_t> keyboard_comm_t;