Skip to content

Commit

Permalink
ACPICA: Add full table name to disassembler output
Browse files Browse the repository at this point in the history
Signed-off-by: Alexey Starikovskiy <alexey.y.starikovskiy@intel.com>
Signed-off-by: Len Brown <len.brown@intel.com>
  • Loading branch information
Bob Moore authored and Len Brown committed Feb 3, 2007
1 parent 4cdf469 commit 14d64b5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions include/acpi/acdisasm.h
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ typedef const struct acpi_dmtable_info {
#define ACPI_DMT_MADT 24
#define ACPI_DMT_SRAT 25
#define ACPI_DMT_EXIT 26
#define ACPI_DMT_SIG 27

typedef
void (*ACPI_TABLE_HANDLER) (struct acpi_table_header * table);
Expand All @@ -109,6 +110,7 @@ struct acpi_dmtable_data {
char *signature;
struct acpi_dmtable_info *table_info;
ACPI_TABLE_HANDLER table_handler;
char *name;
};

struct acpi_op_walk_info {
Expand Down

0 comments on commit 14d64b5

Please sign in to comment.