xref: /openbmc/u-boot/arch/arm/include/asm/arch-fsl-layerscape/mmu.h (revision 1f4e25780a827de9526b5f60b8a574b1e4f45b9c)
1 /*
2  * Copyright 2015, Freescale Semiconductor
3  *
4  * SPDX-License-Identifier:	GPL-2.0+
5  */
6 
7 #ifndef _ASM_ARMV8_FSL_LAYERSCAPE_MMU_H_
8 #define _ASM_ARMV8_FSL_LAYERSCAPE_MMU_H_
9 void update_early_mmu_table(void);
10 #endif /* _ASM_ARMV8_FSL_LAYERSCAPE_MMU_H_ */
11