mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-12 07:57:21 +00:00
14 lines
232 B
C
14 lines
232 B
C
|
/*
|
||
|
* 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
|