Rev 3742 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 3742 | Rev 3862 | ||
|---|---|---|---|
| Line 45... | Line 45... | ||
| 45 | #include <console/chardev.h> |
45 | #include <console/chardev.h> |
| 46 | #include <console/cmd.h> |
46 | #include <console/cmd.h> |
| 47 | #include <panic.h> |
47 | #include <panic.h> |
| 48 | #include <print.h> |
48 | #include <print.h> |
| 49 | #include <symtab.h> |
49 | #include <symtab.h> |
| - | 50 | #include <arch/asm.h> |
|
| 50 | 51 | ||
| 51 | static struct { |
52 | static struct { |
| 52 | const char *name; |
53 | const char *name; |
| 53 | iroutine f; |
54 | iroutine f; |
| 54 | } exc_table[IVT_ITEMS]; |
55 | } exc_table[IVT_ITEMS]; |