Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 95468
b: refs/heads/master
c: a6f4a45
h: refs/heads/master
v: v3
  • Loading branch information
Bob Moore authored and Len Brown committed Apr 22, 2008
1 parent d1efe50 commit a42f74d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 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: 970d9c9ec313daa1b41db0f8bdd1ca8cc2903822
refs/heads/master: a6f4a4511e65942b93ded60d746094ec0e58ed8e
13 changes: 7 additions & 6 deletions trunk/include/acpi/acdisasm.h
Original file line number Diff line number Diff line change
Expand Up @@ -97,11 +97,12 @@ typedef const struct acpi_dmtable_info {
#define ACPI_DMT_CHKSUM 20
#define ACPI_DMT_SPACEID 21
#define ACPI_DMT_GAS 22
#define ACPI_DMT_DMAR 23
#define ACPI_DMT_MADT 24
#define ACPI_DMT_SRAT 25
#define ACPI_DMT_EXIT 26
#define ACPI_DMT_SIG 27
#define ACPI_DMT_ASF 23
#define ACPI_DMT_DMAR 24
#define ACPI_DMT_MADT 25
#define ACPI_DMT_SRAT 26
#define ACPI_DMT_EXIT 27
#define ACPI_DMT_SIG 28

typedef
void (*acpi_dmtable_handler) (struct acpi_table_header * table);
Expand Down Expand Up @@ -195,7 +196,7 @@ extern struct acpi_dmtable_info acpi_dm_table_info_wdrt[];
*/
void acpi_dm_dump_data_table(struct acpi_table_header *table);

void
acpi_status
acpi_dm_dump_table(u32 table_length,
u32 table_offset,
void *table,
Expand Down

0 comments on commit a42f74d

Please sign in to comment.