xref: /openbmc/u-boot/arch/x86/include/asm/pci.h (revision 1a459660)
1fea25720SGraeme Russ 
2fea25720SGraeme Russ 
3fea25720SGraeme Russ /*
4fea25720SGraeme Russ  * (C) Copyright 2002
5fa82f871SAlbert ARIBAUD  * Daniel Engström, Omicron Ceti AB, daniel@omicron.se
6fea25720SGraeme Russ  *
7*1a459660SWolfgang Denk  * SPDX-License-Identifier:	GPL-2.0+
8fea25720SGraeme Russ  */
9fea25720SGraeme Russ 
10fea25720SGraeme Russ #ifndef _PCI_I386_H_
11452f50f7SGabe Black #define _PCI_I386_H_
12fea25720SGraeme Russ 
1383088afbSGraeme Russ #define DEFINE_PCI_DEVICE_TABLE(_table) \
1483088afbSGraeme Russ 	const struct pci_device_id _table[]
1583088afbSGraeme Russ 
161cfcf037SGraeme Russ void pci_setup_type1(struct pci_controller *hose);
17fea25720SGraeme Russ #endif
18