Rev 4344 | Rev 4346 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 4344 | Rev 4345 | ||
|---|---|---|---|
| Line 54... | Line 54... | ||
| 54 | #include <proc/thread.h> |
54 | #include <proc/thread.h> |
| 55 | #include <arch/mm/tlb.h> |
55 | #include <arch/mm/tlb.h> |
| 56 | #include <genarch/ofw/ofw_tree.h> |
56 | #include <genarch/ofw/ofw_tree.h> |
| 57 | #include <arch.h> |
57 | #include <arch.h> |
| 58 | #include <panic.h> |
58 | #include <panic.h> |
| 59 | #include <func.h> |
59 | #include <string.h> |
| 60 | #include <print.h> |
60 | #include <print.h> |
| 61 | 61 | ||
| 62 | #define KEYBOARD_POLL_PAUSE 50000 /* 50ms */ |
62 | #define KEYBOARD_POLL_PAUSE 50000 /* 50ms */ |
| 63 | 63 | ||
| 64 | /** |
64 | /** |