Gitiles
Code Review
Sign In
gerrit.devboardsforandroid.linaro.org
/
platform
/
external
/
u-boot
/
a5c289b9bca3805fa35e42f389dc8225c6b916be
/
.
/
board
/
varisys
/
cyrus
/
cyrus.h
blob: 8cd52ba3c5af8ef282276cdbde8b478175724f82 [
file
] [
log
] [
blame
]
/*
* SPDX-License-Identifier: GPL-2.0+
*/
#ifndef
__CYRUS_H
#define
__CYRUS_H
void
fdt_fixup_board_enet
(
void
*
blob
);
void
pci_of_setup
(
void
*
blob
,
bd_t
*
bd
);
#endif