xref: /openbmc/u-boot/arch/x86/include/asm/pci.h (revision 0f0f7577)
1 
2 /*
3  * (C) Copyright 2002
4  * Daniel Engström, Omicron Ceti AB, daniel@omicron.se
5  *
6  * SPDX-License-Identifier:	GPL-2.0+
7  */
8 
9 #ifndef _PCI_I386_H_
10 #define _PCI_I386_H_
11 
12 #define DEFINE_PCI_DEVICE_TABLE(_table) \
13 	const struct pci_device_id _table[]
14 
15 void pci_setup_type1(struct pci_controller *hose);
16 #endif
17