authorgravatar for 99208360+samuel-fiedler@users.noreply.github.comSamuel Fiedler <99208360+samuel-fiedler@users.noreply.github.com> 2024-02-02 10:34:00+01:00
committergravatar for mlugg@mlugg.co.ukMatthew Lugg <mlugg@mlugg.co.uk> 2024-02-05 15:31:33+00:00
log0266017b597e8fc74f41ec4eb78b1466751021c9
tree53d150da8d20c4052fee51925b3284bf52cfadaa
parent7634a115c50ef66edbdd5644c4ba310eb31e6343

Make EfiPhysicalAddress in std/os/uefi/tables.zig public


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

lib/std/os/uefi/tables.zig+1-1
......@@ -92,7 +92,7 @@ pub const AllocateType = enum(u32) {
9292 AllocateAddress,
9393};
9494
95const EfiPhysicalAddress = u64;
95pub const EfiPhysicalAddress = u64;
9696
9797pub const CapsuleHeader = extern struct {
9898 capsuleGuid: Guid align(8),