devices: Add notification value for power button
Add a value to the ACPI notification type to indicate the power button is to be triggered. Signed-off-by: Rob Bradford <robert.bradford@intel.com>
This commit is contained in:
parent
7b376fa8e0
commit
74a4aba257
1 changed files with 1 additions and 0 deletions
|
|
@ -43,5 +43,6 @@ bitflags! {
|
|||
const CPU_DEVICES_CHANGED = 0b1;
|
||||
const MEMORY_DEVICES_CHANGED = 0b10;
|
||||
const PCI_DEVICES_CHANGED = 0b100;
|
||||
const POWER_BUTTON_CHANGED = 0b1000;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue