diff options
Diffstat (limited to 'include/linux/pci.h')
| -rw-r--r-- | include/linux/pci.h | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/pci.h b/include/linux/pci.h index 4a5a84d7bdd4..dd436da7eccc 100644 --- a/include/linux/pci.h +++ b/include/linux/pci.h @@ -344,6 +344,7 @@ struct pci_dev {  						   D3cold, not set for devices  						   powered on/off by the  						   corresponding bridge */ +	unsigned int	skip_bus_pm:1;	/* Internal: Skip bus-level PM */  	unsigned int	ignore_hotplug:1;	/* Ignore hotplug events */  	unsigned int	hotplug_user_indicators:1; /* SlotCtl indicators  						      controlled exclusively by  | 
