Changes in kernel/generic/src/ipc/kbox.c [c0699467:228e490] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/generic/src/ipc/kbox.c
rc0699467 r228e490 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 39 #include <ipc/ipcrsc.h> 40 40 #include <arch.h> … … 169 169 switch (IPC_GET_IMETHOD(call->data)) { 170 170 171 case IPC_M_DEBUG :171 case IPC_M_DEBUG_ALL: 172 172 /* Handle debug call. */ 173 173 udebug_call_receive(call);
Note:
See TracChangeset
for help on using the changeset viewer.