linuxOS_D21X/source/uboot-2021.10/board/freescale/t104xrdb/t104xrdb.h

13 lines
243 B
C
Raw Normal View History

2024-11-29 08:13:19 +00:00
/* SPDX-License-Identifier: GPL-2.0+ */
/*
* Copyright 2013 Freescale Semiconductor, Inc.
*/
#ifndef __T104x_RDB_H__
#define __T104x_RDB_H__
void fdt_fixup_board_enet(void *blob);
void pci_of_setup(void *blob, struct bd_info *bd);
#endif