Gitiles
Code Review
Sign In
gerrit.devboardsforandroid.linaro.org
/
platform
/
external
/
u-boot
/
ed4708aaeaf74008d199866bfbd450d91439a9cf
/
.
/
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