aboutsummaryrefslogtreecommitdiff
path: root/drivers/ports.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/ports.h')
-rw-r--r--drivers/ports.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/drivers/ports.h b/drivers/ports.h
index f241299..2d26e65 100644
--- a/drivers/ports.h
+++ b/drivers/ports.h
@@ -58,4 +58,6 @@ typedef Port<0x2e8, uint8_t> com4_port_t;
typedef Port<0x20, uint8_t> pic1_t;
typedef Port<0xa0, uint8_t> pic2_t;
-typedef Port<0x60, uint8_t> kb_t;
+/* PS/2 keyboard */
+typedef Port<0x60, uint8_t> keyboard_data_t;
+typedef Port<0x64, uint8_t> keyboard_comm_t;