blob: 9c4e029b24576e2f68c1143342355e6622b29f80 [file] [log] [blame]
Eric Biederman018d8dd2004-11-04 11:04:33 +00001#ifndef ARCH_I386_PCI_OPS_H
2#define ARCH_I386_PCI_OPS_H
3
Stefan Reinauerbe7f7982009-03-13 15:42:27 +00004extern const struct pci_bus_operations pci_cf8_conf1;
5extern const struct pci_bus_operations pci_cf8_conf2;
Eric Biederman018d8dd2004-11-04 11:04:33 +00006
Stefan Reinauer08670622009-06-30 15:17:49 +00007#if CONFIG_MMCONF_SUPPORT==1
Stefan Reinauerbe7f7982009-03-13 15:42:27 +00008extern const struct pci_bus_operations pci_ops_mmconf;
Yinghai Lu5f9624d2006-10-04 22:56:21 +00009#endif
10
Eric Biedermana9e632c2004-11-18 22:38:08 +000011void pci_set_method(device_t dev);
Eric Biederman018d8dd2004-11-04 11:04:33 +000012
13#endif /* ARCH_I386_PCI_OPS_H */