Sign in
android
/
platform
/
external
/
rust
/
android-crates-io
/
a53adc289df65255c096a61b9091b090f36da0b6
/
.
/
crates
/
uefi
/
src
/
mem
/
mod.rs
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
::*;