Commit 3f379d96 authored by Ivan Leo Puoti's avatar Ivan Leo Puoti Committed by Alexandre Julliard

Added typedef for DEVICE_POWER_STATE.

parent d1f1d34c
...@@ -3420,6 +3420,15 @@ typedef enum _SYSTEM_POWER_STATE { ...@@ -3420,6 +3420,15 @@ typedef enum _SYSTEM_POWER_STATE {
} SYSTEM_POWER_STATE, } SYSTEM_POWER_STATE,
*PSYSTEM_POWER_STATE; *PSYSTEM_POWER_STATE;
typedef enum _DEVICE_POWER_STATE {
PowerDeviceUnspecified,
PowerDeviceD0,
PowerDeviceD1,
PowerDeviceD2,
PowerDeviceD3,
PowerDeviceMaximum
} DEVICE_POWER_STATE, *PDEVICE_POWER_STATE;
typedef enum _POWER_INFORMATION_LEVEL { typedef enum _POWER_INFORMATION_LEVEL {
SystemPowerPolicyAc, SystemPowerPolicyAc,
SystemPowerPolicyDc, SystemPowerPolicyDc,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment