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