aboutsummaryrefslogtreecommitdiff
path: root/src/include/elog.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/elog.h')
-rw-r--r--src/include/elog.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/include/elog.h b/src/include/elog.h
index 964e04099d..f18aa4b1b8 100644
--- a/src/include/elog.h
+++ b/src/include/elog.h
@@ -113,6 +113,7 @@
/* Sleep/Wake */
#define ELOG_TYPE_ACPI_ENTER 0x9d
+/* Deep Sx wake variant is provided below - 0xad */
#define ELOG_TYPE_ACPI_WAKE 0x9e
#define ELOG_TYPE_WAKE_SOURCE 0x9f
#define ELOG_WAKE_SOURCE_PCIE 0x00
@@ -178,6 +179,9 @@ struct elog_event_mem_cache_update {
/* Cr50 */
#define ELOG_TYPE_CR50_UPDATE 0xac
+/* Deep Sx wake variant */
+#define ELOG_TYPE_ACPI_DEEP_WAKE 0xad
+
#if CONFIG_ELOG
/* Eventlog backing storage must be initialized before calling elog_init(). */
extern int elog_init(void);