arm: add missing seL4_VPPIEvent_Length constants

Signed-off-by: Nick Spinale <nick@nickspinale.com>
This commit is contained in:
Nick Spinale
2024-06-23 01:50:52 +00:00
committed by Gerwin Klein
parent 95fdffe4f2
commit 10bb153967
2 changed files with 2 additions and 0 deletions

View File

@@ -61,6 +61,7 @@ typedef enum {
typedef enum {
seL4_VPPIEvent_IRQ,
seL4_VPPIEvent_Length,
SEL4_FORCE_LONG_ENUM(seL4_VPPIEvent_Msg),
} seL4_VPPIEvent_Msg;

View File

@@ -60,6 +60,7 @@ typedef enum {
typedef enum {
seL4_VPPIEvent_IRQ,
seL4_VPPIEvent_Length,
SEL4_FORCE_LONG_ENUM(seL4_VPPIEvent_Msg),
} seL4_VPPIEvent_Msg;