summaryrefslogtreecommitdiff
path: root/acpi/acpi.h
diff options
context:
space:
mode:
Diffstat (limited to 'acpi/acpi.h')
-rw-r--r--acpi/acpi.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/acpi/acpi.h b/acpi/acpi.h
index 7c21a442..bb56ff76 100644
--- a/acpi/acpi.h
+++ b/acpi/acpi.h
@@ -29,6 +29,12 @@
#define ESCD 0xe0000U
#define RSDP_MAGIC (const unsigned char *)"RSD PTR "
#define ESCD_SIZE 0x20000U
+#define SLP_EN (0x1 << 13)
+#define SCI_EN 1
+#define SMI_CMD_OFFSET 12
+#define SMI_EN_OFFSET 16
+#define PM1A_CTL_OFFSET 28
+#define PM1B_CTL_OFFSET 32
struct rsdp_descr
{