aboutsummaryrefslogtreecommitdiffstats
path: root/roms/u-boot/arch/arm/include/asm/arch-fsl-layerscape/mmu.h
diff options
context:
space:
mode:
Diffstat (limited to 'roms/u-boot/arch/arm/include/asm/arch-fsl-layerscape/mmu.h')
-rw-r--r--roms/u-boot/arch/arm/include/asm/arch-fsl-layerscape/mmu.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/roms/u-boot/arch/arm/include/asm/arch-fsl-layerscape/mmu.h b/roms/u-boot/arch/arm/include/asm/arch-fsl-layerscape/mmu.h
new file mode 100644
index 000000000..661cdeafd
--- /dev/null
+++ b/roms/u-boot/arch/arm/include/asm/arch-fsl-layerscape/mmu.h
@@ -0,0 +1,9 @@
+/* SPDX-License-Identifier: GPL-2.0+ */
+/*
+ * Copyright 2015, Freescale Semiconductor
+ */
+
+#ifndef _ASM_ARMV8_FSL_LAYERSCAPE_MMU_H_
+#define _ASM_ARMV8_FSL_LAYERSCAPE_MMU_H_
+void update_early_mmu_table(void);
+#endif /* _ASM_ARMV8_FSL_LAYERSCAPE_MMU_H_ */