zig/lib/std/os/uefi
Isaac Freund 52a2aa11e2 std: work around current packed struct situation
As of 6249a24, align() is not allowed on packed struct fields
and as such the align(4) was removed from the first field of
EdidOverrideProtocolAttributes. The endgame here is packed struct
backed by explicit integers, in this case a u32, but until that
is implemented put the align(4) on the pointer to avoid breaking
someone's UEFI code in a hard to debug way.
2022-02-24 16:08:37 -05:00
..
protocols std: work around current packed struct situation 2022-02-24 16:08:37 -05:00
tables std/os/uefi: Add util function for opening protocols 2022-01-16 03:04:37 -05:00
pool_allocator.zig std/os/uefi: Add pool_allocator and raw_pool_allocator 2022-01-11 10:49:40 -07:00
protocols.zig std/os/uefi: Use usingnamespace to re-export symbols 2022-01-13 15:47:13 -05:00
status.zig std/os/uefi: Don't treat efi status warnings as errors 2022-01-16 03:50:50 -05:00
tables.zig std/os/uefi: Use usingnamespace to re-export symbols 2022-01-13 15:47:13 -05:00