Impl MMIO access method

This commit is contained in:
Yuke Peng
2023-05-05 03:07:26 -07:00
committed by Tate, Hongliang Tian
parent e7b9ba116d
commit 5656805520
4 changed files with 126 additions and 0 deletions

View File

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