blob: fb08578f10a3cf092e0a8ed7e3da69be72d4b8df [file] [log] [blame]
Minghuan Lianda419022014-10-31 13:43:44 +08001/*
2 * Copyright 2014 Freescale Semiconductor, Inc.
3 *
4 * SPDX-License-Identifier: GPL-2.0+
5 */
6
7#ifndef __PCIE_LAYERSCAPE_H_
8#define __PCIE_LAYERSCAPE_H_
9
10void pci_init_board(void);
11void ft_pcie_setup(void *blob, bd_t *bd);
12
13#endif