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