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

extern const struct pci_bus_operations pci_cf8_conf1;

#if CONFIG_MMCONF_SUPPORT
extern const struct pci_bus_operations pci_ops_mmconf;
#endif

const struct pci_bus_operations *pci_bus_default_ops(device_t dev);

#endif /* ARCH_I386_PCI_OPS_H */