Eric Biederman | 018d8dd | 2004-11-04 11:04:33 +0000 | [diff] [blame] | 1 | #ifndef ARCH_I386_PCI_OPS_H |
| 2 | #define ARCH_I386_PCI_OPS_H |
| 3 | |
Stefan Reinauer | be7f798 | 2009-03-13 15:42:27 +0000 | [diff] [blame] | 4 | extern const struct pci_bus_operations pci_cf8_conf1; |
| 5 | extern const struct pci_bus_operations pci_cf8_conf2; |
Eric Biederman | 018d8dd | 2004-11-04 11:04:33 +0000 | [diff] [blame] | 6 | |
Stefan Reinauer | 0867062 | 2009-06-30 15:17:49 +0000 | [diff] [blame] | 7 | #if CONFIG_MMCONF_SUPPORT==1 |
Stefan Reinauer | be7f798 | 2009-03-13 15:42:27 +0000 | [diff] [blame] | 8 | extern const struct pci_bus_operations pci_ops_mmconf; |
Yinghai Lu | 5f9624d | 2006-10-04 22:56:21 +0000 | [diff] [blame] | 9 | #endif |
| 10 | |
Eric Biederman | a9e632c | 2004-11-18 22:38:08 +0000 | [diff] [blame] | 11 | void pci_set_method(device_t dev); |
Eric Biederman | 018d8dd | 2004-11-04 11:04:33 +0000 | [diff] [blame] | 12 | |
| 13 | #endif /* ARCH_I386_PCI_OPS_H */ |