diff options
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/ports.h | 4 |
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; |