Gitiles
Code Review
Sign In
git01.mediatek.com
/
filogic
/
uboot
/
17ed1941e705196627516ca0a9e41e7456cd79d1
/
.
/
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