Changeset 043dcc27 in mainline for libipc/generic/ipc.c
- Timestamp:
- 2006-05-15T13:45:12Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 108602e
- Parents:
- babe786
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libipc/generic/ipc.c
rbabe786 r043dcc27 273 273 } 274 274 275 int ipc_forward_fast(ipc_callid_t callid, int phoneid, int method, ipcarg_t arg1) 276 { 277 return __SYSCALL4(SYS_IPC_FORWARD_FAST, callid, phoneid, method, arg1); 278 } 279 275 280 /* 276 281 int ipc_open_dgrconn(int pohoneid, size_t max_dgram)
Note:
See TracChangeset
for help on using the changeset viewer.