summaryrefslogtreecommitdiffstats
path: root/arch/arm/cpu/mmu.h
blob: 618968bc82293e35c2a30704cfdefa30bef16969 (plain)
1
2
3
4
5
6
7
8
#ifndef __ARM_MMU_H
#define __ARM_MMU_H

void __mmu_cache_on(void);
void __mmu_cache_off(void);
void __mmu_cache_flush(void);

#endif /* __ARM_MMU_H */