Switch kbc to device_t kbd_device

This commit is contained in:
Jasmine Iwanek
2023-02-07 18:08:11 -05:00
parent fea5ac681b
commit 118ab005f0
3 changed files with 342 additions and 329 deletions

View File

@@ -39,8 +39,6 @@ typedef struct {
#define RSHIFT_OFF 0x105
/* KBC #define's */
#define KBC_UNKNOWN 0x0000 /* As yet unknown keyboard */
/* IBM-style controllers */
#define KBC_IBM_PC_XT 0x0000 /* IBM PC/XT */
#define KBC_IBM_PCJR 0x0001 /* IBM PCjr */