[wip] Add dummy cache module

Needs CLIDR_EL1 implementantion in cortex-a first
This commit is contained in:
Berkus Decker 2020-12-29 01:34:17 +02:00
parent 3940352be1
commit e04ea59019
2 changed files with 4 additions and 0 deletions

View File

@ -0,0 +1,3 @@
/*
* SPDX-License-Identifier: BlueOak-1.0.0
*/

View File

@ -11,6 +11,7 @@ use {
};
mod addr;
mod cache;
pub mod mmu;
pub use addr::PhysAddr;