9
0
Fork 0
barebox/arch/arm/cpu/mmu.h

9 lines
152 B
C

#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 */