summaryrefslogtreecommitdiffstats
path: root/src/arch/i386/include/arch/pci_ops.h
blob: 9c4e029b24576e2f68c1143342355e6622b29f80 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#ifndef ARCH_I386_PCI_OPS_H
#define ARCH_I386_PCI_OPS_H

extern const struct pci_bus_operations pci_cf8_conf1;
extern const struct pci_bus_operations pci_cf8_conf2;

#if CONFIG_MMCONF_SUPPORT==1
extern const struct pci_bus_operations pci_ops_mmconf;
#endif

void pci_set_method(device_t dev);

#endif /* ARCH_I386_PCI_OPS_H */
OpenPOWER on IntegriCloud