fdt.h 257 B

12345678910
  1. /* SPDX-License-Identifier: GPL-2.0+ */
  2. /*
  3. * Copyright 2015 Freescale Semiconductor
  4. */
  5. #ifndef _ASM_ARMV8_FSL_LAYERSCAPE_FDT_H_
  6. #define _ASM_ARMV8_FSL_LAYERSCAPE_FDT_H_
  7. void fdt_fixup_board_enet(void *fdt);
  8. #endif /* _ASM_ARMV8_FSL_LAYERSCAPE_FDT_H_ */