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.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/pci.h b/include/linux/pci.h
index a90f94020798..6dbb1fd30e5a 100644
--- a/include/linux/pci.h
+++ b/include/linux/pci.h
@@ -806,6 +806,8 @@ int pci_cfg_space_size_ext(struct pci_dev *dev);
806int pci_cfg_space_size(struct pci_dev *dev); 806int pci_cfg_space_size(struct pci_dev *dev);
807unsigned char pci_bus_max_busnr(struct pci_bus *bus); 807unsigned char pci_bus_max_busnr(struct pci_bus *bus);
808 808
809int pci_set_vga_state(struct pci_dev *pdev, bool decode,
810 unsigned int command_bits, bool change_bridge);
809/* kmem_cache style wrapper around pci_alloc_consistent() */ 811/* kmem_cache style wrapper around pci_alloc_consistent() */
810 812
811#include <linux/dmapool.h> 813#include <linux/dmapool.h>