summaryrefslogtreecommitdiff
path: root/mobicore/common/MobiCore/inc/McLib/mcLibWB.h
blob: 91b8cdfd9f2658467cbdc6ec0a9689917420e607 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/** @addtogroup MC_RTM_START
 * @{
 * @file
 *
 * <!-- Copyright Trustonic Limited 2013 -->
 */

/** Index of flags to be checked after mcWaitNotification */
#define MCLIB_WB_INDEX_NOTIFICATION_FLAGS   (0)
#define  MCLIB_WB_NOTIFICATION_FLAG_CA_DEAD  (1)

/** Index of entry in which the base address of heap is stored. */
#define MCLIB_WB_INDEX_HEAP_BASE_ADDRESS (1)

/** Index of flags to be checked after mcWaitNotification */
#define MCLIB_WB_INDEX_CONTEXT (2)