Changeset cd13c2a in mainline for kernel/generic/include/ipc/ipc.h


Ignore:
Timestamp:
2006-10-18T17:15:29Z (19 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
de57e060
Parents:
a000fd71
Message:

cleanup

File:
1 edited

Legend:

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

    ra000fd71 rcd13c2a  
    5050#define IPC_CALL_ANSWERED       (1<<0) /**< This is answer to a call */
    5151#define IPC_CALL_STATIC_ALLOC   (1<<1) /**< This call will not be freed on error */
    52 #define IPC_CALL_DISCARD_ANSWER (1<<2) /**< Answer will not be passed to
    53                                         * userspace, will be discarded */
    54 #define IPC_CALL_FORWARDED      (1<<3) /* Call was forwarded */
    55 #define IPC_CALL_CONN_ME_TO     (1<<4) /* Identify connect_me_to answer */
    56 #define IPC_CALL_NOTIF          (1<<5) /* Interrupt notification */
     52#define IPC_CALL_DISCARD_ANSWER (1<<2) /**< Answer will not be passed to userspace, will be discarded */
     53#define IPC_CALL_FORWARDED      (1<<3) /**< Call was forwarded */
     54#define IPC_CALL_CONN_ME_TO     (1<<4) /**< Identify connect_me_to answer */
     55#define IPC_CALL_NOTIF          (1<<5) /**< Interrupt notification */
    5756
    5857/* Flags of callid (the addresses are aligned at least to 4,
Note: See TracChangeset for help on using the changeset viewer.