Gitiles
Code Review
Sign In
git01.mediatek.com
/
filogic
/
uboot
/
5a9766e8705a70e1dc5114577dac38930e41f702
/
.
/
board
/
freescale
/
t208xqds
/
t208xqds.h
blob: 50ebb6f6f98815df67b455da0433b18e32a59173 [
file
] [
log
] [
blame
]
/* SPDX-License-Identifier: GPL-2.0+ */
/*
* Copyright 2011-2013 Freescale Semiconductor, Inc.
*/
#ifndef
__CORENET_DS_H__
#define
__CORENET_DS_H__
void
fdt_fixup_board_enet
(
void
*
blob
);
void
pci_of_setup
(
void
*
blob
,
struct
bd_info
*
bd
);
#endif