comparison src/cs/riviera/rvm/rvm_use_id_list.h @ 227:7175610a1385

rvm_use_id_list.h: add FCBM
author Mychaela Falconia <falcon@freecalypso.org>
date Fri, 30 Apr 2021 22:15:20 +0000
parents 4f3bbe9515f8
children 2d7d95e7f9c2
comparison
equal deleted inserted replaced
226:4f3bbe9515f8 227:7175610a1385
123 #define LCC_USE_ID BUILD_USE_ID( 0, DRIVERS_USE_ID_CLUSTER_1, 0x0020) 123 #define LCC_USE_ID BUILD_USE_ID( 0, DRIVERS_USE_ID_CLUSTER_1, 0x0020)
124 124
125 /* Yet another version of PWR SWE */ 125 /* Yet another version of PWR SWE */
126 #define FCHG_USE_ID BUILD_USE_ID( 0, DRIVERS_USE_ID_CLUSTER_1, 0x0020) 126 #define FCHG_USE_ID BUILD_USE_ID( 0, DRIVERS_USE_ID_CLUSTER_1, 0x0020)
127 127
128
129 #define RGUI_USE_ID BUILD_USE_ID( 0, DRIVERS_USE_ID_CLUSTER_1, 0x0040) 128 #define RGUI_USE_ID BUILD_USE_ID( 0, DRIVERS_USE_ID_CLUSTER_1, 0x0040)
130 129
131 /*@}*/ 130 /*@}*/
132 131
133 132
223 #define AUDIO_BGD_USE_ID BUILD_USE_ID( 0, SERVICES_USE_ID_CLUSTER_2, 0x0004) 222 #define AUDIO_BGD_USE_ID BUILD_USE_ID( 0, SERVICES_USE_ID_CLUSTER_2, 0x0004)
224 223
225 #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)
226 225
227 #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
228 /* FreeCalypso addition */
229 #define FCBM_USE_ID BUILD_USE_ID( 0, SERVICES_USE_ID_CLUSTER_2, 0x0020)
228 230
229 /*@}*/ 231 /*@}*/
230 232
231 233
232 /** 234 /**