mirror of
https://github.com/asterinas/asterinas.git
synced 2025-06-30 10:53:58 +00:00
Implement a new set of physical page APIs
This commit is contained in:
committed by
Tate, Hongliang Tian
parent
6e1c36965a
commit
cdac59beda
@ -14,6 +14,6 @@ pub use ostd_macros::ktest;
|
||||
|
||||
pub use crate::{
|
||||
early_print as print, early_println as println,
|
||||
mm::{Paddr, Vaddr},
|
||||
mm::{Paddr, UntypedMem, Vaddr},
|
||||
panic::abort,
|
||||
};
|
||||
|
Reference in New Issue
Block a user