Skip to content

Commit

Permalink
add doc
Browse files Browse the repository at this point in the history
  • Loading branch information
ZR233 committed Jan 2, 2025
1 parent 5f47c91 commit 5e0340c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions modules/axhal/src/arch/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,10 @@ cfg_if::cfg_if! {
/// Cache operations.
#[derive(Debug, Clone, Copy)]
pub enum CacheOp {
// Write back to memory
Clean,
// Invalidate cache
Invalidate,
// Clean and invalidate
CleanAndInvalidate,
}

0 comments on commit 5e0340c

Please sign in to comment.