diff --git a/include/linux/pci.h b/include/linux/pci.h index 8597b423cb6322cbbe932cd5661f9a6944d44345..0a1a9e30359ce6de2db0b4a6160c665a927d66ee 100644 --- a/include/linux/pci.h +++ b/include/linux/pci.h @@ -101,6 +101,10 @@ enum { DEVICE_COUNT_RESOURCE = PCI_NUM_RESOURCES, }; +/* + * pci_power_t values must match the bits in the Capabilities PME_Support + * and Control/Status PowerState fields in the Power Management capability. + */ typedef int __bitwise pci_power_t; #define PCI_D0 ((pci_power_t __force) 0)