Skip to content

Commit 2fec209

Browse files
authored
Merge pull request #1299 from nicholasbishop/bishop-restore-some-mem-exp
Restore some memory exports to uefi::table::boot
2 parents a9ffae8 + 59bc8ab commit 2fec209

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

uefi/src/table/boot.rs

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
//! UEFI services available during boot.
22
3-
pub use uefi_raw::table::boot::{EventType, InterfaceType, Tpl};
3+
pub use uefi_raw::table::boot::{
4+
EventType, InterfaceType, MemoryAttribute, MemoryDescriptor, MemoryType, Tpl,
5+
};
46

57
use super::Revision;
68
use crate::data_types::PhysicalAddress;

0 commit comments

Comments
 (0)