Rev 3593 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 3593 | Rev 3742 | ||
---|---|---|---|
Line 39... | Line 39... | ||
39 | #ifdef CONFIG_I8042 |
39 | #ifdef CONFIG_I8042 |
40 | #include <genarch/kbd/scanc_pc.h> |
40 | #include <genarch/kbd/scanc_pc.h> |
41 | #endif |
41 | #endif |
42 | 42 | ||
43 | #if (defined(sparc64)) |
43 | #if (defined(sparc64)) |
44 | #if (defined(CONFIG_Z8530) || defined(CONFIG_NS16550)) |
- | |
45 | #include <genarch/kbd/scanc_sun.h> |
44 | #include <genarch/kbd/scanc_sun.h> |
46 | #endif |
45 | #endif |
47 | #endif |
- | |
48 | 46 | ||
49 | #include <synch/spinlock.h> |
47 | #include <synch/spinlock.h> |
50 | #include <console/chardev.h> |
48 | #include <console/chardev.h> |
51 | #include <macros.h> |
49 | #include <macros.h> |
52 | 50 |