[wip] Add dummy cache module
Needs CLIDR_EL1 implementantion in cortex-a first
This commit is contained in:
parent
3940352be1
commit
e04ea59019
|
@ -0,0 +1,3 @@
|
|||
/*
|
||||
* SPDX-License-Identifier: BlueOak-1.0.0
|
||||
*/
|
|
@ -11,6 +11,7 @@ use {
|
|||
};
|
||||
|
||||
mod addr;
|
||||
mod cache;
|
||||
pub mod mmu;
|
||||
|
||||
pub use addr::PhysAddr;
|
||||
|
|
Loading…
Reference in New Issue