aboutsummaryrefslogtreecommitdiff
path: root/drivers
diff options
context:
space:
mode:
authorAqua-sama <aqua@iserlohn-fortress.net>2021-02-22 09:59:58 +0200
committerAqua-sama <aqua@iserlohn-fortress.net>2021-02-22 09:59:58 +0200
commitfb9d73ff32de7c83552707622512be0ef1db241c (patch)
tree2187542a85c998c43952ecf39c8f9598ba8f6929 /drivers
parentKconfig (diff)
downloadkernel.cpp-fb9d73ff32de7c83552707622512be0ef1db241c.tar.xz
Enable interrupts
Diffstat (limited to 'drivers')
-rw-r--r--drivers/ports.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/drivers/ports.h b/drivers/ports.h
index 98cac72..f241299 100644
--- a/drivers/ports.h
+++ b/drivers/ports.h
@@ -56,4 +56,6 @@ typedef Port<0x2e8, uint8_t> com4_port_t;
/* 8259 PIC */
typedef Port<0x20, uint8_t> pic1_t;
-typedef Port<0xA0, uint8_t> pic2_t;
+typedef Port<0xa0, uint8_t> pic2_t;
+
+typedef Port<0x60, uint8_t> kb_t;