aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/src/arm/mmu/arm1176jzf_s_mmu.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/src/arm/mmu/arm1176jzf_s_mmu.h')
-rw-r--r--src/core/src/arm/mmu/arm1176jzf_s_mmu.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/core/src/arm/mmu/arm1176jzf_s_mmu.h b/src/core/src/arm/mmu/arm1176jzf_s_mmu.h
index 62097222..299c6b46 100644
--- a/src/core/src/arm/mmu/arm1176jzf_s_mmu.h
+++ b/src/core/src/arm/mmu/arm1176jzf_s_mmu.h
@@ -22,12 +22,12 @@
#if 0
typedef struct arm1176jzf-s_mmu_s
{
- tlb_t i_tlb;
- cache_t i_cache;
+ tlb_t i_tlb;
+ cache_t i_cache;
- tlb_t d_tlb;
- cache_t d_cache;
- wb_t wb_t;
+ tlb_t d_tlb;
+ cache_t d_cache;
+ wb_t wb_t;
} arm1176jzf-s_mmu_t;
#endif
extern mmu_ops_t arm1176jzf_s_mmu_ops;