aboutsummaryrefslogtreecommitdiffstats
path: root/include/acpi/actbl2.h
diff options
context:
space:
mode:
authorBob Moore <robert.moore@intel.com>2016-03-23 21:38:49 -0400
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>2016-04-04 21:53:30 -0400
commit29a3f38e4452b2ec9686927bd290a1048ab6ab07 (patch)
treeffc09f6408e7b76c621e643d929de1b01f932f44 /include/acpi/actbl2.h
parentc7200ffe432c6544b373f08fab33dc8e9b92516c (diff)
ACPICA: Headers: Minor update for SPCR ACPI table
ACPICA commit f3caa7f2e63be31f7fb8dbccabffbb70c29c3021 Update version number and date of specification document. Point to DBG2 table for some constants. Link: https://github.com/acpica/acpica/commit/f3caa7f2 Signed-off-by: Bob Moore <robert.moore@intel.com> Signed-off-by: Lv Zheng <lv.zheng@intel.com> Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Diffstat (limited to 'include/acpi/actbl2.h')
-rw-r--r--include/acpi/actbl2.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/include/acpi/actbl2.h b/include/acpi/actbl2.h
index 7702b27a18ed..e9d3cc159181 100644
--- a/include/acpi/actbl2.h
+++ b/include/acpi/actbl2.h
@@ -1107,10 +1107,10 @@ struct acpi_table_slic {
1107/******************************************************************************* 1107/*******************************************************************************
1108 * 1108 *
1109 * SPCR - Serial Port Console Redirection table 1109 * SPCR - Serial Port Console Redirection table
1110 * Version 1 1110 * Version 2
1111 * 1111 *
1112 * Conforms to "Serial Port Console Redirection Table", 1112 * Conforms to "Serial Port Console Redirection Table",
1113 * Version 1.00, January 11, 2002 1113 * Version 1.03, August 10, 2015
1114 * 1114 *
1115 ******************************************************************************/ 1115 ******************************************************************************/
1116 1116
@@ -1142,6 +1142,8 @@ struct acpi_table_spcr {
1142 1142
1143#define ACPI_SPCR_DO_NOT_DISABLE (1) 1143#define ACPI_SPCR_DO_NOT_DISABLE (1)
1144 1144
1145/* Values for Interface Type: See the definition of the DBG2 table */
1146
1145/******************************************************************************* 1147/*******************************************************************************
1146 * 1148 *
1147 * SPMI - Server Platform Management Interface table 1149 * SPMI - Server Platform Management Interface table