Changes in uspace/lib/c/include/ipc/common.h [e2ab36f1:64d2b10] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/include/ipc/common.h
re2ab36f1 r64d2b10 37 37 38 38 #include <sys/types.h> 39 #include <abi/ipc/ipc.h>40 39 #include <atomic.h> 41 #include < task.h>40 #include <kernel/ipc/ipc.h> 42 41 43 42 #define IPC_FLAG_BLOCKING 0x01 … … 45 44 typedef struct { 46 45 sysarg_t args[IPC_CALL_LEN]; 47 task_id_t in_task_id;46 sysarg_t in_task_hash; 48 47 sysarg_t in_phone_hash; 49 48 } ipc_call_t;
Note:
See TracChangeset
for help on using the changeset viewer.