aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/pci.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/pci.h')
-rw-r--r--include/linux/pci.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/pci.h b/include/linux/pci.h
index ec03b90d3510..ea2a153a9126 100644
--- a/include/linux/pci.h
+++ b/include/linux/pci.h
@@ -637,6 +637,7 @@ int pci_bus_write_config_word(struct pci_bus *bus, unsigned int devfn,
637 int where, u16 val); 637 int where, u16 val);
638int pci_bus_write_config_dword(struct pci_bus *bus, unsigned int devfn, 638int pci_bus_write_config_dword(struct pci_bus *bus, unsigned int devfn,
639 int where, u32 val); 639 int where, u32 val);
640struct pci_ops *pci_bus_set_ops(struct pci_bus *bus, struct pci_ops *ops);
640 641
641static inline int pci_read_config_byte(struct pci_dev *dev, int where, u8 *val) 642static inline int pci_read_config_byte(struct pci_dev *dev, int where, u8 *val)
642{ 643{