blob: f3087cd8e7d676625c3fd1039c219092b9e5734d [file] [log] [blame]
//! Types, functions, traits, and other helpers to work with memory in UEFI
//! libraries and applications.
pub mod memory_map;
#[cfg(feature = "alloc")]
pub(crate) mod util;
#[cfg(feature = "alloc")]
pub(crate) use util::*;