Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/c/include/ipc/common.h

    re2ab36f1 r64d2b10  
    3737
    3838#include <sys/types.h>
    39 #include <abi/ipc/ipc.h>
    4039#include <atomic.h>
    41 #include <task.h>
     40#include <kernel/ipc/ipc.h>
    4241
    4342#define IPC_FLAG_BLOCKING  0x01
     
    4544typedef struct {
    4645        sysarg_t args[IPC_CALL_LEN];
    47         task_id_t in_task_id;
     46        sysarg_t in_task_hash;
    4847        sysarg_t in_phone_hash;
    4948} ipc_call_t;
Note: See TracChangeset for help on using the changeset viewer.