From f2a22d2ba0bfdfd28de79468e77a74479f1ee837 Mon Sep 17 00:00:00 2001 From: Bob Moore Date: Fri, 2 Feb 2007 19:48:20 +0300 Subject: [PATCH] --- yaml --- r: 46369 b: refs/heads/master c: cc2a472b8411ce0b71738039e15d45917da30fbe h: refs/heads/master i: 46367: d06fe3eb5a9b0856dcaf4b4eb343cbd25fd5ac9a v: v3 --- [refs] | 2 +- trunk/include/acpi/acdisasm.h | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 81b7ef36369d..03140c7f2b47 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 15f0c0d1ef7804d098fe3eb0a3f350a490ca269c +refs/heads/master: cc2a472b8411ce0b71738039e15d45917da30fbe diff --git a/trunk/include/acpi/acdisasm.h b/trunk/include/acpi/acdisasm.h index 722583af53b9..b29d77a8ff57 100644 --- a/trunk/include/acpi/acdisasm.h +++ b/trunk/include/acpi/acdisasm.h @@ -140,7 +140,9 @@ extern const char *acpi_gbl_match_ops[]; extern struct acpi_dmtable_info acpi_dm_table_info_asf0[]; extern struct acpi_dmtable_info acpi_dm_table_info_asf1[]; +extern struct acpi_dmtable_info acpi_dm_table_info_asf1a[]; extern struct acpi_dmtable_info acpi_dm_table_info_asf2[]; +extern struct acpi_dmtable_info acpi_dm_table_info_asf2a[]; extern struct acpi_dmtable_info acpi_dm_table_info_asf3[]; extern struct acpi_dmtable_info acpi_dm_table_info_asf4[]; extern struct acpi_dmtable_info acpi_dm_table_info_asf_hdr[]; @@ -322,7 +324,7 @@ acpi_dm_resource_template(struct acpi_op_walk_info *info, union acpi_parse_object *op, u8 * byte_data, u32 byte_count); -u8 acpi_dm_is_resource_template(union acpi_parse_object *op); +acpi_status acpi_dm_is_resource_template(union acpi_parse_object *op); void acpi_dm_indent(u32 level);