mirror of
https://github.com/seL4/seL4.git
synced 2026-03-27 10:29:57 +00:00
arm: add missing seL4_VPPIEvent_Length constants
Signed-off-by: Nick Spinale <nick@nickspinale.com>
This commit is contained in:
committed by
Gerwin Klein
parent
95fdffe4f2
commit
10bb153967
@@ -61,6 +61,7 @@ typedef enum {
|
||||
|
||||
typedef enum {
|
||||
seL4_VPPIEvent_IRQ,
|
||||
seL4_VPPIEvent_Length,
|
||||
SEL4_FORCE_LONG_ENUM(seL4_VPPIEvent_Msg),
|
||||
} seL4_VPPIEvent_Msg;
|
||||
|
||||
|
||||
@@ -60,6 +60,7 @@ typedef enum {
|
||||
|
||||
typedef enum {
|
||||
seL4_VPPIEvent_IRQ,
|
||||
seL4_VPPIEvent_Length,
|
||||
SEL4_FORCE_LONG_ENUM(seL4_VPPIEvent_Msg),
|
||||
} seL4_VPPIEvent_Msg;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user