]> git.sur5r.net Git - u-boot/blob - arch/arm/include/asm/pcie_layerscape.h
ARM: OMAP3: Get rid of omap3_gp_romcode_call and replace with omap_smc1
[u-boot] / 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