summaryrefslogtreecommitdiffstats
path: root/include/acpi/actbl3.h
diff options
context:
space:
mode:
authorRafael J. Wysocki2014-09-30 21:05:34 +0200
committerRafael J. Wysocki2014-09-30 21:05:34 +0200
commite1253e5e3fcd61f1057ef8a39c8c64e6b82358b9 (patch)
tree73466fb3f32d7ad8bf86d007ada88dc73e16e508 /include/acpi/actbl3.h
parentMerge branch 'pm-genirq' into acpi-pm (diff)
parentACPICA: Introduce acpi_enable_all_wakeup_gpes() (diff)
downloadkernel-qcow2-linux-e1253e5e3fcd61f1057ef8a39c8c64e6b82358b9.tar.gz
kernel-qcow2-linux-e1253e5e3fcd61f1057ef8a39c8c64e6b82358b9.tar.xz
kernel-qcow2-linux-e1253e5e3fcd61f1057ef8a39c8c64e6b82358b9.zip
Merge branch 'acpica' into acpi-pm
Diffstat (limited to 'include/acpi/actbl3.h')
-rw-r--r--include/acpi/actbl3.h9
1 files changed, 7 insertions, 2 deletions
diff --git a/include/acpi/actbl3.h b/include/acpi/actbl3.h
index 787bcc814463..5480cb2236bf 100644
--- a/include/acpi/actbl3.h
+++ b/include/acpi/actbl3.h
@@ -310,10 +310,15 @@ struct acpi_gtdt_timer_entry {
u32 common_flags;
};
+/* Flag Definitions: timer_flags and virtual_timer_flags above */
+
+#define ACPI_GTDT_GT_IRQ_MODE (1)
+#define ACPI_GTDT_GT_IRQ_POLARITY (1<<1)
+
/* Flag Definitions: common_flags above */
-#define ACPI_GTDT_GT_IS_SECURE_TIMER (1)
-#define ACPI_GTDT_GT_ALWAYS_ON (1<<1)
+#define ACPI_GTDT_GT_IS_SECURE_TIMER (1)
+#define ACPI_GTDT_GT_ALWAYS_ON (1<<1)
/* 1: SBSA Generic Watchdog Structure */