Skip to content

Commit

Permalink
Merge pull request #1299 from nicholasbishop/bishop-restore-some-mem-exp
Browse files Browse the repository at this point in the history
Restore some memory exports to uefi::table::boot
  • Loading branch information
phip1611 authored Aug 7, 2024
2 parents a9ffae8 + 59bc8ab commit 2fec209
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion uefi/src/table/boot.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
//! UEFI services available during boot.

pub use uefi_raw::table::boot::{EventType, InterfaceType, Tpl};
pub use uefi_raw::table::boot::{
EventType, InterfaceType, MemoryAttribute, MemoryDescriptor, MemoryType, Tpl,
};

use super::Revision;
use crate::data_types::PhysicalAddress;
Expand Down

0 comments on commit 2fec209

Please sign in to comment.