wdenk | 2262cfe | 2002-11-18 00:14:45 +0000 | [diff] [blame] | 1 | |
2 | |||||
3 | /* | ||||
4 | * (C) Copyright 2002 | ||||
Albert ARIBAUD | fa82f87 | 2011-08-04 18:45:45 +0200 | [diff] [blame] | 5 | * Daniel Engström, Omicron Ceti AB, daniel@omicron.se |
wdenk | 2262cfe | 2002-11-18 00:14:45 +0000 | [diff] [blame] | 6 | * |
Wolfgang Denk | 1a45966 | 2013-07-08 09:37:19 +0200 | [diff] [blame^] | 7 | * SPDX-License-Identifier: GPL-2.0+ |
wdenk | 2262cfe | 2002-11-18 00:14:45 +0000 | [diff] [blame] | 8 | */ |
9 | |||||
10 | #ifndef _PCI_I386_H_ | ||||
Gabe Black | 452f50f | 2012-10-10 13:12:57 +0000 | [diff] [blame] | 11 | #define _PCI_I386_H_ |
wdenk | 2262cfe | 2002-11-18 00:14:45 +0000 | [diff] [blame] | 12 | |
Graeme Russ | 83088af | 2011-11-08 02:33:15 +0000 | [diff] [blame] | 13 | #define DEFINE_PCI_DEVICE_TABLE(_table) \ |
14 | const struct pci_device_id _table[] | ||||
15 | |||||
Graeme Russ | 1cfcf03 | 2011-11-08 02:33:22 +0000 | [diff] [blame] | 16 | void pci_setup_type1(struct pci_controller *hose); |
wdenk | 2262cfe | 2002-11-18 00:14:45 +0000 | [diff] [blame] | 17 | #endif |