Gitiles
Code Review
Sign In
gerrit.cesnet.cz
/
github
/
trini
/
u-boot
/
25f9613fcfdf0857bff7207e50cc65201ad69ed8
/
.
/
arch
/
arm
/
include
/
asm
/
pcie_layerscape.h
blob: fb08578f10a3cf092e0a8ed7e3da69be72d4b8df [
file
] [
log
] [
blame
]
/*
* Copyright 2014 Freescale Semiconductor, Inc.
*
* SPDX-License-Identifier: GPL-2.0+
*/
#ifndef
__PCIE_LAYERSCAPE_H_
#define
__PCIE_LAYERSCAPE_H_
void
pci_init_board
(
void
);
void
ft_pcie_setup
(
void
*
blob
,
bd_t
*
bd
);
#endif