Rev 4094 | Rev 4148 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 4094 | Rev 4119 | ||
|---|---|---|---|
| Line 40... | Line 40... | ||
| 40 | #include <genarch/drivers/legacy/ia32/io.h> |
40 | #include <genarch/drivers/legacy/ia32/io.h> |
| 41 | #include <arch/asm.h> |
41 | #include <arch/asm.h> |
| 42 | #include <console/chardev.h> |
42 | #include <console/chardev.h> |
| 43 | #include <mm/slab.h> |
43 | #include <mm/slab.h> |
| 44 | 44 | ||
| 45 | indev_operations_t kbrdin_ops = { |
45 | static indev_operations_t kbrdin_ops = { |
| 46 | .poll = NULL |
46 | .poll = NULL |
| 47 | }; |
47 | }; |
| 48 | 48 | ||
| 49 | #define i8042_SET_COMMAND 0x60 |
49 | #define i8042_SET_COMMAND 0x60 |
| 50 | #define i8042_COMMAND 0x69 |
50 | #define i8042_COMMAND 0x69 |