summaryrefslogtreecommitdiffstats
path: root/arch/arm/cpu/mmu-early.h
blob: af21f52131ffe867c167c3f2b5a50a4439f9bd92 (plain)
1
2
3
4
5
6
#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 */