authorgravatar for wozeparrot@gmail.comWoze Parrrot <wozeparrot@gmail.com> 2020-09-26 20:44:49-04:00
committergravatar for andrew@ziglang.orgAndrew Kelley <andrew@ziglang.org> 2020-09-27 03:15:18-04:00
loged357f9897a6c96a1744307b1bc75a370dd85461
treebde9fb1b56816aff67b1d66f7ead071a2c21901c
parenta502604702726f3983f8a8b80bb73d9d5381baab

uefi system_table


1 files changed, 1 insertions(+), 1 deletions(-)

lib/std/os/uefi/tables/system_table.zig+1-1
...@@ -35,7 +35,7 @@ pub const SystemTable = extern struct {...@@ -35,7 +35,7 @@ pub const SystemTable = extern struct {
35 runtime_services: *RuntimeServices,35 runtime_services: *RuntimeServices,
36 boot_services: ?*BootServices,36 boot_services: ?*BootServices,
37 number_of_table_entries: usize,37 number_of_table_entries: usize,
38 configuration_table: *ConfigurationTable,38 configuration_table: [*]ConfigurationTable,
3939
40 pub const signature: u64 = 0x5453595320494249;40 pub const signature: u64 = 0x5453595320494249;
41 pub const revision_1_02: u32 = (1 << 16) | 2;41 pub const revision_1_02: u32 = (1 << 16) | 2;