Changes in kernel/generic/src/ipc/kbox.c [c0699467:79ae36dd] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/generic/src/ipc/kbox.c
rc0699467 r79ae36dd 33 33 */ 34 34 35 #include <synch/synch.h> 35 36 #include <synch/spinlock.h> 36 37 #include <synch/mutex.h> 37 38 #include <ipc/ipc.h> 38 #include < abi/ipc/methods.h>39 #include <ipc/ipc_methods.h> 39 40 #include <ipc/ipcrsc.h> 40 41 #include <arch.h>
Note:
See TracChangeset
for help on using the changeset viewer.