|
#ifndef COSMOPOLITAN_LIBC_NT_ENUM_PWR_H_
|
|
#define COSMOPOLITAN_LIBC_NT_ENUM_PWR_H_
|
|
|
|
#define kNtPwrOk 1
|
|
#define kNtPwrFail (-1)
|
|
#define kNtPwrSuspendrequest 1
|
|
#define kNtPwrSuspendresume 2
|
|
#define kNtPwrCriticalresume 3
|
|
|
|
#endif /* COSMOPOLITAN_LIBC_NT_ENUM_PWR_H_ */
|