diff options
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/pci.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/pci.h b/include/linux/pci.h index 0d8718904e88..e52f16189cda 100644 --- a/include/linux/pci.h +++ b/include/linux/pci.h | |||
| @@ -1061,6 +1061,8 @@ int pci_cfg_space_size_ext(struct pci_dev *dev); | |||
| 1061 | int pci_cfg_space_size(struct pci_dev *dev); | 1061 | int pci_cfg_space_size(struct pci_dev *dev); |
| 1062 | unsigned char pci_bus_max_busnr(struct pci_bus *bus); | 1062 | unsigned char pci_bus_max_busnr(struct pci_bus *bus); |
| 1063 | void pci_setup_bridge(struct pci_bus *bus); | 1063 | void pci_setup_bridge(struct pci_bus *bus); |
| 1064 | resource_size_t pcibios_window_alignment(struct pci_bus *bus, | ||
| 1065 | unsigned long type); | ||
| 1064 | 1066 | ||
| 1065 | #define PCI_VGA_STATE_CHANGE_BRIDGE (1 << 0) | 1067 | #define PCI_VGA_STATE_CHANGE_BRIDGE (1 << 0) |
| 1066 | #define PCI_VGA_STATE_CHANGE_DECODES (1 << 1) | 1068 | #define PCI_VGA_STATE_CHANGE_DECODES (1 << 1) |
