Sign in
nest-open-source
/
nest-guard
/
1.0
/
u-boot
/
019b773e91dc57c34e1d572a30289e0b584859c3
/
.
/
u-boot-imx
/
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