Rev 2071 | Rev 2104 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 2071 | Rev 2089 | ||
---|---|---|---|
Line 38... | Line 38... | ||
38 | #include <func.h> |
38 | #include <func.h> |
39 | #include <print.h> |
39 | #include <print.h> |
40 | #include <cpu.h> |
40 | #include <cpu.h> |
41 | #include <arch/asm.h> |
41 | #include <arch/asm.h> |
42 | #include <arch.h> |
42 | #include <arch.h> |
43 | #include <typedefs.h> |
- | |
44 | #include <console/kconsole.h> |
43 | #include <console/kconsole.h> |
45 | 44 | ||
46 | atomic_t haltstate = {0}; /**< Halt flag */ |
45 | atomic_t haltstate = {0}; /**< Halt flag */ |
47 | 46 | ||
48 | 47 |