summaryrefslogtreecommitdiff
path: root/src/arch/i386/include/arch/pci_ops.h
blob: 72307a621112c0b70bb1ea74a3e11c76adb7f2f8 (plain)
1
2
3
4
5
6
7
8
9
#ifndef ARCH_I386_PCI_OPS_H
#define ARCH_I386_PCI_OPS_H

const struct pci_bus_operations pci_cf8_conf1;
const struct pci_bus_operations pci_cf8_conf2;

void pci_set_method(device_t dev);

#endif /* ARCH_I386_PCI_OPS_H */