diff options
Diffstat (limited to 'include')
| -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 4c80dc3f2990..52ac06dcce98 100644 --- a/include/linux/pci.h +++ b/include/linux/pci.h | |||
| @@ -632,6 +632,8 @@ int pci_restore_state(struct pci_dev *dev); | |||
| 632 | int pci_set_power_state(struct pci_dev *dev, pci_power_t state); | 632 | int pci_set_power_state(struct pci_dev *dev, pci_power_t state); |
| 633 | pci_power_t pci_choose_state(struct pci_dev *dev, pm_message_t state); | 633 | pci_power_t pci_choose_state(struct pci_dev *dev, pm_message_t state); |
| 634 | int pci_enable_wake(struct pci_dev *dev, pci_power_t state, int enable); | 634 | int pci_enable_wake(struct pci_dev *dev, pci_power_t state, int enable); |
| 635 | int pci_prepare_to_sleep(struct pci_dev *dev); | ||
| 636 | int pci_back_from_sleep(struct pci_dev *dev); | ||
| 635 | 637 | ||
| 636 | /* Functions for PCI Hotplug drivers to use */ | 638 | /* Functions for PCI Hotplug drivers to use */ |
| 637 | int pci_bus_find_capability(struct pci_bus *bus, unsigned int devfn, int cap); | 639 | int pci_bus_find_capability(struct pci_bus *bus, unsigned int devfn, int cap); |
