Changeset 3c22f70 in mainline for uspace/lib/c/include/ipc/ipc.h
- Timestamp:
- 2011-01-24T00:14:13Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 8c9b742
- Parents:
- 11bb813
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/include/ipc/ipc.h
r11bb813 r3c22f70 46 46 typedef struct { 47 47 sysarg_t args[IPC_CALL_LEN]; 48 sysarg_t in_task_hash; 48 49 sysarg_t in_phone_hash; 49 sysarg_t in_task_hash;50 50 } ipc_call_t; 51 51
Note:
See TracChangeset
for help on using the changeset viewer.