Commit a3acb343c746388ec4fb76fceabc1f22e9f3c37d
1 parent
7d4afbd6
Add AnubiX core message constants
Showing
1 changed file
with
8 additions
and
0 deletions
Show diff stats
CXM_message_constants.anubis
| ... | ... | @@ -201,3 +201,11 @@ public define Word32 _HK_EDIT_VIEW = 0x33790414. |
| 201 | 201 | public define Word32 _HK_APP_NAME = 0x33790415. |
| 202 | 202 | |
| 203 | 203 | public define Word32 _CXM_HK_MSG_END = 0x3379FFFF. |
| 204 | + | |
| 205 | +// ************************************************* | |
| 206 | +// ********* ANUBIX RESERVED SPACE ********** | |
| 207 | + | |
| 208 | +public define Word32 _RMT_ANUBIX_MSG_BASIS = 0x33800000. | |
| 209 | +public define Word32 _RMT_ANUBIX_CORE_SERVICE_ID = 0x33800000. | |
| 210 | + | |
| 211 | +public define Word32 _RMT_ANUBIX_MSG_END = 0x3380FFFF. | ... | ... |