Rev 1195 | Rev 1474 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 1195 | Rev 1196 | ||
|---|---|---|---|
| Line 30... | Line 30... | ||
| 30 | #include <arch/drivers/i8042.h> |
30 | #include <arch/drivers/i8042.h> |
| 31 | #include <arch/interrupt.h> |
31 | #include <arch/interrupt.h> |
| 32 | #include <cpu.h> |
32 | #include <cpu.h> |
| 33 | #include <arch/asm.h> |
33 | #include <arch/asm.h> |
| 34 | #include <arch.h> |
34 | #include <arch.h> |
| 35 | #include <print.h> |
- | |
| 36 | #include <synch/spinlock.h> |
35 | #include <synch/spinlock.h> |
| 37 | #include <typedefs.h> |
36 | #include <typedefs.h> |
| 38 | #include <console/chardev.h> |
37 | #include <console/chardev.h> |
| 39 | #include <console/console.h> |
38 | #include <console/console.h> |
| 40 | #include <macros.h> |
39 | #include <macros.h> |