FreeCalypso > hg > fc-tourmaline
changeset 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 | 93af50ca61f9 |
files | src/cs/riviera/rvm/rvm_use_id_list.h |
diffstat | 1 files changed, 3 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/cs/riviera/rvm/rvm_use_id_list.h Fri Apr 30 22:09:09 2021 +0000 +++ b/src/cs/riviera/rvm/rvm_use_id_list.h Fri Apr 30 22:15:20 2021 +0000 @@ -125,7 +125,6 @@ /* Yet another version of PWR SWE */ #define FCHG_USE_ID BUILD_USE_ID( 0, DRIVERS_USE_ID_CLUSTER_1, 0x0020) - #define RGUI_USE_ID BUILD_USE_ID( 0, DRIVERS_USE_ID_CLUSTER_1, 0x0040) /*@}*/ @@ -226,6 +225,9 @@ #define MDL_USE_ID BUILD_USE_ID( 0, SERVICES_USE_ID_CLUSTER_2, 0x0010) +/* FreeCalypso addition */ +#define FCBM_USE_ID BUILD_USE_ID( 0, SERVICES_USE_ID_CLUSTER_2, 0x0020) + /*@}*/