Rev 4311 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 4311 | Rev 4610 | ||
|---|---|---|---|
| Line 43... | Line 43... | ||
| 43 | 43 | ||
| 44 | #ifdef CONFIG_SUN_KBD |
44 | #ifdef CONFIG_SUN_KBD |
| 45 | #include <genarch/kbrd/scanc_sun.h> |
45 | #include <genarch/kbrd/scanc_sun.h> |
| 46 | #endif |
46 | #endif |
| 47 | 47 | ||
| - | 48 | #ifdef CONFIG_MAC_KBD |
|
| - | 49 | #include <genarch/kbrd/scanc_mac.h> |
|
| - | 50 | #endif |
|
| - | 51 | ||
| 48 | #include <synch/spinlock.h> |
52 | #include <synch/spinlock.h> |
| 49 | #include <console/chardev.h> |
53 | #include <console/chardev.h> |
| 50 | #include <console/console.h> |
54 | #include <console/console.h> |
| 51 | #include <proc/thread.h> |
55 | #include <proc/thread.h> |
| 52 | #include <arch.h> |
56 | #include <arch.h> |