Rev 3441 | Rev 3494 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 3441 | Rev 3445 | ||
|---|---|---|---|
| Line 39... | Line 39... | ||
| 39 | #include <ipc/ipcrsc.h> |
39 | #include <ipc/ipcrsc.h> |
| 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/ipc_kbox.h> |
44 | #include <ipc/kbox.h> |
| 45 | 45 | ||
| 46 | void ipc_kbox_cleanup(void) |
46 | void ipc_kbox_cleanup(void) |
| 47 | { |
47 | { |
| 48 | bool have_kb_thread; |
48 | bool have_kb_thread; |
| 49 | 49 | ||