Gitiles
Code Review
Sign In
gerrit.devboardsforandroid.linaro.org
/
platform
/
external
/
u-boot
/
35b65dd8ef3d37a088ee9169763a4d891aed618d
/
.
/
board
/
freescale
/
t208xrdb
/
t208xrdb.h
blob: 22a496fb8cf29ff390d17185192c12b1c15ed468 [
file
] [
log
] [
blame
]
/* SPDX-License-Identifier: GPL-2.0+ */
/*
* Copyright 2014 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