Rev 2456 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 2456 | Rev 2463 | ||
---|---|---|---|
Line 47... | Line 47... | ||
47 | #include <console/chardev.h> |
47 | #include <console/chardev.h> |
48 | #include <console/console.h> |
48 | #include <console/console.h> |
49 | #include <interrupt.h> |
49 | #include <interrupt.h> |
50 | #include <sysinfo/sysinfo.h> |
50 | #include <sysinfo/sysinfo.h> |
51 | #include <ipc/irq.h> |
51 | #include <ipc/irq.h> |
52 | #include <generic/synch/rcu.h> |
52 | #include <synch/rcu.h> |
53 | 53 | ||
54 | /* Keyboard commands. */ |
54 | /* Keyboard commands. */ |
55 | #define KBD_ENABLE 0xf4 |
55 | #define KBD_ENABLE 0xf4 |
56 | #define KBD_DISABLE 0xf5 |
56 | #define KBD_DISABLE 0xf5 |
57 | #define KBD_ACK 0xfa |
57 | #define KBD_ACK 0xfa |