zig/lib/std/os/uefi
Nameless 40e84a27d6
change uefi packed structs to new integer backed syntax (#13173)
* std.os.uefi: integer backed structs, add tests to catch regressions

device_path_protocol now uses extern structs with align(1) fields because
the transition to integer backed packed struct broke alignment

added comptime asserts that device_path_protocol structs do not violate
alignment and size specifications
2022-10-30 15:08:32 -04:00
..
protocols change uefi packed structs to new integer backed syntax (#13173) 2022-10-30 15:08:32 -04:00
tables change uefi packed structs to new integer backed syntax (#13173) 2022-10-30 15:08:32 -04:00
pool_allocator.zig zig fmt: remove trailing whitespace on doc comments 2022-04-05 18:08:33 +03:00
protocols.zig change uefi packed structs to new integer backed syntax (#13173) 2022-10-30 15:08:32 -04:00
status.zig std/os/uefi: Don't treat efi status warnings as errors 2022-01-16 03:50:50 -05:00
tables.zig change uefi packed structs to new integer backed syntax (#13173) 2022-10-30 15:08:32 -04:00