Changeset d7e245a in mainline for abi/include/abi/ipc/ipc.h


Ignore:
Timestamp:
2017-11-26T20:13:07Z (6 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
7b8f933
Parents:
474c68b
Message:

Use ordinary errors instead of IPC_CALLRET_FATAL

File:
1 edited

Legend:

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

    r474c68b rd7e245a  
    8080#define IPC_CALLID_NOTIFICATION  2
    8181
    82 /* Return values from sys_ipc_call_async(). */
    83 #define IPC_CALLRET_FATAL      -1
    84 
    8582/* Macros for manipulating calling data */
    8683#define IPC_SET_RETVAL(data, retval)  ((data).args[0] = (retval))
Note: See TracChangeset for help on using the changeset viewer.