Changeset 7048773 in mainline for libipc/include/ipc.h
- Timestamp:
- 2006-03-19T12:43:37Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 4c61e60
- Parents:
- 0a862b65
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libipc/include/ipc.h
r0a862b65 r7048773 35 35 36 36 typedef sysarg_t ipcarg_t; 37 typedef sysarg_t ipc_data_t[IPC_CALL_LEN]; 37 typedef struct { 38 sysarg_t args[IPC_CALL_LEN]; 39 sysarg_t phoneid; 40 } ipc_data_t ; 38 41 typedef struct { 39 42 unsigned long long taskid; … … 66 69 unsigned long long *taskid); 67 70 int ipc_connect_me_to(int phoneid, int arg1, int arg2); 71 int ipc_hangup(int phoneid); 68 72 69 73 #endif
Note:
See TracChangeset
for help on using the changeset viewer.