mirror of
https://github.com/asterinas/asterinas.git
synced 2025-06-30 11:23:55 +00:00
Make essential changes for publishing OSTD
This commit is contained in:
committed by
Tate, Hongliang Tian
parent
77b823edc0
commit
f86583dbce
@ -4,11 +4,9 @@
|
||||
|
||||
use core::{mem::size_of, ops::Range};
|
||||
|
||||
use pod::Pod;
|
||||
|
||||
use crate::{
|
||||
mm::{kspace::LINEAR_MAPPING_BASE_VADDR, paddr_to_vaddr, HasPaddr, Paddr, Vaddr, VmIo},
|
||||
Error, Result,
|
||||
Error, Pod, Result,
|
||||
};
|
||||
|
||||
/// I/O memory.
|
||||
|
Reference in New Issue
Block a user