We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a9ffae8 + 59bc8ab commit 2fec209Copy full SHA for 2fec209
uefi/src/table/boot.rs
@@ -1,6 +1,8 @@
1
//! UEFI services available during boot.
2
3
-pub use uefi_raw::table::boot::{EventType, InterfaceType, Tpl};
+pub use uefi_raw::table::boot::{
4
+ EventType, InterfaceType, MemoryAttribute, MemoryDescriptor, MemoryType, Tpl,
5
+};
6
7
use super::Revision;
8
use crate::data_types::PhysicalAddress;
0 commit comments