Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 46369
b: refs/heads/master
c: cc2a472
h: refs/heads/master
i:
  46367: d06fe3e
v: v3
  • Loading branch information
Bob Moore authored and Len Brown committed Feb 3, 2007
1 parent 53b6f10 commit f2a22d2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 15f0c0d1ef7804d098fe3eb0a3f350a490ca269c
refs/heads/master: cc2a472b8411ce0b71738039e15d45917da30fbe
4 changes: 3 additions & 1 deletion trunk/include/acpi/acdisasm.h
Original file line number Diff line number Diff line change
Expand Up @@ -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[];
Expand Down Expand Up @@ -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);

Expand Down

0 comments on commit f2a22d2

Please sign in to comment.