]> err.no Git - linux-2.6/blobdiff - include/linux/pci.h
Merge branch 'sched/clock' into sched/urgent
[linux-2.6] / include / linux / pci.h
index 1d296d31abe0190f41855501253b4dcc074e54b8..825be3878f6845cc3c0eaa0651164394e1974a57 100644 (file)
@@ -124,6 +124,8 @@ enum pci_dev_flags {
         * generation too.
         */
        PCI_DEV_FLAGS_MSI_INTX_DISABLE_BUG = (__force pci_dev_flags_t) 1,
+       /* Device configuration is irrevocably lost if disabled into D3 */
+       PCI_DEV_FLAGS_NO_D3 = (__force pci_dev_flags_t) 2,
 };
 
 typedef unsigned short __bitwise pci_bus_flags_t;