Rev 3665 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 3665 | Rev 4073 | ||
---|---|---|---|
Line 36... | Line 36... | ||
36 | #include <synch/spinlock.h> |
36 | #include <synch/spinlock.h> |
37 | #include <synch/mutex.h> |
37 | #include <synch/mutex.h> |
38 | #include <ipc/ipc.h> |
38 | #include <ipc/ipc.h> |
39 | #include <ipc/ipcrsc.h> |
39 | #include <ipc/ipcrsc.h> |
40 | #include <arch.h> |
40 | #include <arch.h> |
- | 41 | #include <arch/asm.h> |
|
41 | #include <errno.h> |
42 | #include <errno.h> |
42 | #include <debug.h> |
43 | #include <debug.h> |
- | 44 | #include <print.h> |
|
43 | #include <udebug/udebug_ipc.h> |
45 | #include <udebug/udebug_ipc.h> |
44 | #include <ipc/kbox.h> |
46 | #include <ipc/kbox.h> |
45 | 47 | ||
46 | void ipc_kbox_cleanup(void) |
48 | void ipc_kbox_cleanup(void) |
47 | { |
49 | { |