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

This commit is contained in:
Samuel Fiedler 2024-02-02 10:34:00 +01:00 committed by Matthew Lugg
parent 7634a115c5
commit 0266017b59

View File

@ -92,7 +92,7 @@ pub const AllocateType = enum(u32) {
AllocateAddress,
};
const EfiPhysicalAddress = u64;
pub const EfiPhysicalAddress = u64;
pub const CapsuleHeader = extern struct {
capsuleGuid: Guid align(8),