- Timestamp:
- 2006-03-16T20:57:12Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- c05290e
- Parents:
- 48627ab
- Location:
- libipc
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
libipc/generic/ipc.c
r48627ab r11eae82 246 246 (sysarg_t) taskid); 247 247 } 248 249 /** Ask through phone for a new connection to some service */ 250 int ipc_connect_me_to(int phoneid, int arg1, int arg2) 251 { 252 return __SYSCALL3(SYS_IPC_CONNECT_ME_TO, phoneid, arg1, arg2); 253 } 254 -
libipc/include/ipc.h
r48627ab r11eae82 65 65 int ipc_connect_to_me(int phoneid, int arg1, int arg2, 66 66 unsigned long long *taskid); 67 int ipc_connect_me_to(int phoneid, int arg1, int arg2); 67 68 68 69 #endif
Note:
See TracChangeset
for help on using the changeset viewer.