Two hda_verb.h files: Add more comments.
[coreboot.git] / src / arch / i386 / include / arch / pci_ops.h
1 #ifndef ARCH_I386_PCI_OPS_H
2 #define ARCH_I386_PCI_OPS_H
3
4 extern const struct pci_bus_operations pci_cf8_conf1;
5 extern const struct pci_bus_operations pci_cf8_conf2;
6
7 #if CONFIG_MMCONF_SUPPORT==1
8 extern const struct pci_bus_operations pci_ops_mmconf;
9 #endif
10
11 void pci_set_method(device_t dev);
12
13 #endif /* ARCH_I386_PCI_OPS_H */