Skip to content

Commit 2280495

Browse files
Ivan-Velickovicnspin
authored andcommitted
sel4: add seL4_X86_EPT_VMAttributes enum
Necessary for rust-sel4 to build with [1] applied to seL4. However, this patch does not need [1] to be merged for everything to work since seL4_X86_EPT_VMAttributes has always existed. [1]: seL4/seL4#1577 Signed-off-by: Ivan Velickovic <i.velickovic@unsw.edu.au>
1 parent dea0fec commit 2280495

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • crates/sel4/sys/build/xml/invocations

crates/sel4/sys/build/xml/invocations/mod.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -547,6 +547,7 @@ impl ParameterTypes {
547547

548548
if sel4_cfg_bool!(ARCH_X86_64) {
549549
this.insert_enum("seL4_X86_VMAttributes", WORD_SIZE);
550+
this.insert_enum("seL4_X86_EPT_VMAttributes", WORD_SIZE);
550551
this.insert_capability("seL4_X86_IOPort");
551552
this.insert_capability("seL4_X86_IOPortControl");
552553
this.insert_capability("seL4_X86_ASIDControl");

0 commit comments

Comments
 (0)