socfpga: implement arria V socdk SPI flash config in dts
[oweals/u-boot.git] / arch / arm / include / asm / pcie_layerscape.h
1 /*
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
10 void pci_init_board(void);
11 void ft_pcie_setup(void *blob, bd_t *bd);
12
13 #endif