comparison src/cs/riviera/rvm/rvm_use_id_list.h @ 293:2d7d95e7f9c2

RVM USE ID and priority definitions for upcoming BUZM & VIBR SWEs
author Mychaela Falconia <falcon@freecalypso.org>
date Sun, 27 Mar 2022 01:33:02 +0000
parents 7175610a1385
children
comparison
equal deleted inserted replaced
292:0f688d07b068 293:2d7d95e7f9c2
223 223
224 #define IMG_USE_ID BUILD_USE_ID( 0, SERVICES_USE_ID_CLUSTER_2, 0x0008) 224 #define IMG_USE_ID BUILD_USE_ID( 0, SERVICES_USE_ID_CLUSTER_2, 0x0008)
225 225
226 #define MDL_USE_ID BUILD_USE_ID( 0, SERVICES_USE_ID_CLUSTER_2, 0x0010) 226 #define MDL_USE_ID BUILD_USE_ID( 0, SERVICES_USE_ID_CLUSTER_2, 0x0010)
227 227
228 /* FreeCalypso addition */ 228 /* FreeCalypso additions follow */
229
229 #define FCBM_USE_ID BUILD_USE_ID( 0, SERVICES_USE_ID_CLUSTER_2, 0x0020) 230 #define FCBM_USE_ID BUILD_USE_ID( 0, SERVICES_USE_ID_CLUSTER_2, 0x0020)
231
232 #define BUZM_USE_ID BUILD_USE_ID( 0, SERVICES_USE_ID_CLUSTER_2, 0x0040)
233
234 #define VIBR_USE_ID BUILD_USE_ID( 0, SERVICES_USE_ID_CLUSTER_2, 0x0080)
230 235
231 /*@}*/ 236 /*@}*/
232 237
233 238
234 /** 239 /**