Changeset 7c23af9 in mainline for generic/include/ipc


Ignore:
Timestamp:
2006-05-14T17:16:52Z (19 years ago)
Author:
Ondrej Palkovsky <ondrap@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
14b502e2
Parents:
68965ec5
Message:

Added support to IPC for simple page sharing.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • generic/include/ipc/ipc.h

    r68965ec5 r7c23af9  
    123123/** Interrupt notification */
    124124#define IPC_M_INTERRUPT         4
     125/** Send as_area over ipc
     126 * - ARG2 - src base address
     127 * - ARG3 - size of src as(filled automatically by kernel)
     128 * - on answer ARG1 - dst base adress
     129 */
     130#define IPC_M_AS_SEND           5
    125131
    126132
Note: See TracChangeset for help on using the changeset viewer.