Fix memory region glob re-export

This commit is contained in:
Zhang Junyang
2023-07-24 15:23:17 +08:00
committed by Tate, Hongliang Tian
parent e3adb6e482
commit 5012779e38
4 changed files with 6 additions and 5 deletions

View File

@ -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;