Change IoMem creation to unsafe

This commit is contained in:
Yuke Peng
2023-08-10 16:16:54 +08:00
committed by Tate, Hongliang Tian
parent df81434088
commit d7bf193bf1
5 changed files with 34 additions and 60 deletions

View File

@ -5,7 +5,6 @@ pub mod iommu;
pub(crate) mod irq;
mod kernel;
pub(crate) mod mm;
pub(crate) mod mmio;
pub(crate) mod timer;
use alloc::fmt;