Rev 3867 | Rev 4384 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 3867 | Rev 3870 | ||
|---|---|---|---|
| Line 40... | Line 40... | ||
| 40 | #include <arch.h> |
40 | #include <arch.h> |
| 41 | #include <errno.h> |
41 | #include <errno.h> |
| 42 | #include <debug.h> |
42 | #include <debug.h> |
| 43 | #include <udebug/udebug_ipc.h> |
43 | #include <udebug/udebug_ipc.h> |
| 44 | #include <ipc/kbox.h> |
44 | #include <ipc/kbox.h> |
| - | 45 | #include <print.h> |
|
| 45 | 46 | ||
| 46 | void ipc_kbox_cleanup(void) |
47 | void ipc_kbox_cleanup(void) |
| 47 | { |
48 | { |
| 48 | ipl_t ipl; |
49 | ipl_t ipl; |
| 49 | bool have_kb_thread; |
50 | bool have_kb_thread; |