Changeset 645d9ed2 in mainline for kernel/generic/include/ipc/ipc.h
- Timestamp:
- 2008-08-24T18:19:21Z (17 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 74965d2
- Parents:
- 088ab05
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/generic/include/ipc/ipc.h
r088ab05 r645d9ed2 261 261 unative_t args[IPC_CALL_LEN]; 262 262 phone_t *phone; 263 /* 264 * The forward operation can masquerade the caller phone. For those 265 * cases, we must keep it aside so that the answer is processed 266 * correctly. 267 */ 268 phone_t *caller_phone; 263 269 } ipc_data_t; 264 270
Note:
See TracChangeset
for help on using the changeset viewer.