Skip to content

Commit 176e608

Browse files
committed
uefi: mem.rs -> mem/{mod, util}.rs
This is a preliminary measurement to move the types for the uefi memory map (et al.) from the boot services module to this module.
1 parent 9da5b55 commit 176e608

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

uefi/src/mem/mod.rs

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
//! Types, functions, traits, and other helpers to work with memory in UEFI
2+
//! libraries and applications.
3+
4+
#[cfg(feature = "alloc")]
5+
pub(crate) mod util;
File renamed without changes.

0 commit comments

Comments
 (0)