Make EfiPhysicalAddress in std/os/uefi/tables.zig public
This commit is contained in:
committed by
Matthew Lugg
parent
7634a115c5
commit
0266017b59
@@ -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),
|
||||
|
||||
Reference in New Issue
Block a user