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

7 lines
170 B
C

#ifndef __ARM_CPU_MMU_EARLY_H
#define __ARM_CPU_MMU_EARLY_H
void mmu_early_enable(uint32_t membase, uint32_t memsize, uint32_t ttb);
#endif /* __ARM_CPU_MMU_EARLY_H */