diff options
Diffstat (limited to 'src/include')
-rw-r--r-- | src/include/device/device.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/device/device.h b/src/include/device/device.h index 02a933ecb8..acead58f8a 100644 --- a/src/include/device/device.h +++ b/src/include/device/device.h @@ -130,6 +130,7 @@ struct device { unsigned int enabled : 1; /* set if we should enable the device */ unsigned int initialized : 1; /* 1 if we have initialized the device */ unsigned int on_mainboard : 1; + unsigned int disable_pcie_aspm : 1; struct pci_irq_info pci_irq_info[4]; u8 command; |