blob: ebc999cd70635e2a4372b0a1eae828a672156ac5 [file] [log] [blame]
Tom Rini10e47792018-05-06 17:58:06 -04001/* SPDX-License-Identifier: GPL-2.0+ */
Stuart Yodereaea5042015-07-02 11:29:04 +05302/*
3 * Copyright 2015 Freescale Semiconductor
Stuart Yodereaea5042015-07-02 11:29:04 +05304 */
5
Mingkai Hu0e58b512015-10-26 19:47:50 +08006#ifndef _ASM_ARMV8_FSL_LAYERSCAPE_FDT_H_
7#define _ASM_ARMV8_FSL_LAYERSCAPE_FDT_H_
8
Shaohui Xiedd335672015-11-11 17:58:37 +08009void fdt_fixup_board_enet(void *fdt);
Mingkai Hu0e58b512015-10-26 19:47:50 +080010#endif /* _ASM_ARMV8_FSL_LAYERSCAPE_FDT_H_ */