diff options
author | Bob Moore <robert.moore@intel.com> | 2007-02-02 11:48:20 -0500 |
---|---|---|
committer | Len Brown <len.brown@intel.com> | 2007-02-02 21:14:25 -0500 |
commit | cc2a472b8411ce0b71738039e15d45917da30fbe (patch) | |
tree | c44be3beed95f9f5fb739b5a1f4ac3e001dc8835 | |
parent | 15f0c0d1ef7804d098fe3eb0a3f350a490ca269c (diff) |
ACPICA: IsResourceTemplate now returns ACPI_STATUS
to differentiate the failure modes.
Signed-off-by: Alexey Starikovskiy <alexey.y.starikovskiy@intel.com>
Signed-off-by: Len Brown <len.brown@intel.com>
-rw-r--r-- | include/acpi/acdisasm.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/include/acpi/acdisasm.h b/include/acpi/acdisasm.h index 722583af53b9..b29d77a8ff57 100644 --- a/include/acpi/acdisasm.h +++ b/include/acpi/acdisasm.h | |||
@@ -140,7 +140,9 @@ extern const char *acpi_gbl_match_ops[]; | |||
140 | 140 | ||
141 | extern struct acpi_dmtable_info acpi_dm_table_info_asf0[]; | 141 | extern struct acpi_dmtable_info acpi_dm_table_info_asf0[]; |
142 | extern struct acpi_dmtable_info acpi_dm_table_info_asf1[]; | 142 | extern struct acpi_dmtable_info acpi_dm_table_info_asf1[]; |
143 | extern struct acpi_dmtable_info acpi_dm_table_info_asf1a[]; | ||
143 | extern struct acpi_dmtable_info acpi_dm_table_info_asf2[]; | 144 | extern struct acpi_dmtable_info acpi_dm_table_info_asf2[]; |
145 | extern struct acpi_dmtable_info acpi_dm_table_info_asf2a[]; | ||
144 | extern struct acpi_dmtable_info acpi_dm_table_info_asf3[]; | 146 | extern struct acpi_dmtable_info acpi_dm_table_info_asf3[]; |
145 | extern struct acpi_dmtable_info acpi_dm_table_info_asf4[]; | 147 | extern struct acpi_dmtable_info acpi_dm_table_info_asf4[]; |
146 | extern struct acpi_dmtable_info acpi_dm_table_info_asf_hdr[]; | 148 | 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, | |||
322 | union acpi_parse_object *op, | 324 | union acpi_parse_object *op, |
323 | u8 * byte_data, u32 byte_count); | 325 | u8 * byte_data, u32 byte_count); |
324 | 326 | ||
325 | u8 acpi_dm_is_resource_template(union acpi_parse_object *op); | 327 | acpi_status acpi_dm_is_resource_template(union acpi_parse_object *op); |
326 | 328 | ||
327 | void acpi_dm_indent(u32 level); | 329 | void acpi_dm_indent(u32 level); |
328 | 330 | ||