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