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