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