Changeset 3115355 in mainline for kernel/generic/include/ipc/ipc.h
- Timestamp:
- 2007-12-31T10:14:38Z (17 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 27d293a
- Parents:
- badbd888
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/generic/include/ipc/ipc.h
rbadbd888 r3115355 175 175 176 176 /** Send data to another address space over IPC. 177 * - ARG1 - destination address space virtual address, may be overriden by the 178 * recipient 179 * - ARG2 - source address space virtual address 180 * - ARG3 - size of data to be copied, may be overriden by the recipient 177 * - ARG1 - source address space virtual address 178 * - ARG2 - size of data to be copied, may be overriden by the recipient 181 179 * 182 180 * on answer, the recipient must set: 183 181 * 184 182 * - ARG1 - final destination address space virtual address 185 * - ARG 3- final size of data to be copied183 * - ARG2 - final size of data to be copied 186 184 */ 187 185 #define IPC_M_DATA_WRITE 6
Note:
See TracChangeset
for help on using the changeset viewer.