trivial: Add SEL4_BOOTINFO_HEADER_NUM
This commit is contained in:
parent
9dcb470631
commit
f4f375ff59
1 changed files with 1 additions and 0 deletions
|
|
@ -90,5 +90,6 @@ typedef struct {
|
|||
#define SEL4_BOOTINFO_HEADER_X86_FRAMEBUFFER 4
|
||||
#define SEL4_BOOTINFO_HEADER_X86_TSC_FREQ 5 // frequency is in mhz
|
||||
#define SEL4_BOOTINFO_HEADER_FDT 6
|
||||
#define SEL4_BOOTINFO_HEADER_NUM SEL4_BOOTINFO_HEADER_FDT + 1
|
||||
|
||||
#endif // __LIBSEL4_BOOTINFO_TYPES_H
|
||||
|
|
|
|||
Loading…
Reference in a new issue