aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/acpi/acdisasm.h13
1 files changed, 7 insertions, 6 deletions
diff --git a/include/acpi/acdisasm.h b/include/acpi/acdisasm.h
index 67d152e7fa44..07d5241ea7a2 100644
--- a/include/acpi/acdisasm.h
+++ b/include/acpi/acdisasm.h
@@ -97,11 +97,12 @@ typedef const struct acpi_dmtable_info {
97#define ACPI_DMT_CHKSUM 20 97#define ACPI_DMT_CHKSUM 20
98#define ACPI_DMT_SPACEID 21 98#define ACPI_DMT_SPACEID 21
99#define ACPI_DMT_GAS 22 99#define ACPI_DMT_GAS 22
100#define ACPI_DMT_DMAR 23 100#define ACPI_DMT_ASF 23
101#define ACPI_DMT_MADT 24 101#define ACPI_DMT_DMAR 24
102#define ACPI_DMT_SRAT 25 102#define ACPI_DMT_MADT 25
103#define ACPI_DMT_EXIT 26 103#define ACPI_DMT_SRAT 26
104#define ACPI_DMT_SIG 27 104#define ACPI_DMT_EXIT 27
105#define ACPI_DMT_SIG 28
105 106
106typedef 107typedef
107void (*acpi_dmtable_handler) (struct acpi_table_header * table); 108void (*acpi_dmtable_handler) (struct acpi_table_header * table);
@@ -195,7 +196,7 @@ extern struct acpi_dmtable_info acpi_dm_table_info_wdrt[];
195 */ 196 */
196void acpi_dm_dump_data_table(struct acpi_table_header *table); 197void acpi_dm_dump_data_table(struct acpi_table_header *table);
197 198
198void 199acpi_status
199acpi_dm_dump_table(u32 table_length, 200acpi_dm_dump_table(u32 table_length,
200 u32 table_offset, 201 u32 table_offset,
201 void *table, 202 void *table,