Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/generic/src/ipc/kbox.c

    r228e490 rc0699467  
    3333 */
    3434
    35 #include <synch/synch.h>
    3635#include <synch/spinlock.h>
    3736#include <synch/mutex.h>
    3837#include <ipc/ipc.h>
     38#include <abi/ipc/methods.h>
    3939#include <ipc/ipcrsc.h>
    4040#include <arch.h>
     
    169169                switch (IPC_GET_IMETHOD(call->data)) {
    170170               
    171                 case IPC_M_DEBUG_ALL:
     171                case IPC_M_DEBUG:
    172172                        /* Handle debug call. */
    173173                        udebug_call_receive(call);
Note: See TracChangeset for help on using the changeset viewer.