mirror of
https://github.com/ziglang/zig.git
synced 2024-11-26 15:12:31 +00:00
Make EfiPhysicalAddress in std/os/uefi/tables.zig public
This commit is contained in:
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),
|
||||
|
Loading…
Reference in New Issue
Block a user