mirror of
https://github.com/asterinas/asterinas.git
synced 2025-06-28 11:53:24 +00:00
Fix memory region glob re-export
This commit is contained in:
committed by
Tate, Hongliang Tian
parent
e3adb6e482
commit
5012779e38
@ -14,7 +14,7 @@ pub mod multiboot2;
|
||||
use self::multiboot2::*;
|
||||
|
||||
pub mod memory_region;
|
||||
pub use memory_region::*;
|
||||
use self::memory_region::MemoryRegion;
|
||||
|
||||
use alloc::{string::String, vec::Vec};
|
||||
use spin::Once;
|
||||
|
Reference in New Issue
Block a user