diff options
Diffstat (limited to 'code/fe310/eos/msgq_def.h')
-rw-r--r-- | code/fe310/eos/msgq_def.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/code/fe310/eos/msgq_def.h b/code/fe310/eos/msgq_def.h index 683de9b..733fc39 100644 --- a/code/fe310/eos/msgq_def.h +++ b/code/fe310/eos/msgq_def.h @@ -4,3 +4,7 @@ #define MSGQ_OFF_SIZE 2 #define MSGQ_OFF_ARRAY 4 #define MSGQ_ITEM_SIZE 12 + +#define MSGQ_ITEM_OFF_CMD 0 +#define MSGQ_ITEM_OFF_BUF 4 +#define MSGQ_ITEM_OFF_SIZE 8 |