Skip to content

Commit

Permalink
ACPICA: Tables: Add full support for the DBG2 table.
Browse files Browse the repository at this point in the history
Updates the DBG2 (Debug Port 2) table definition in the actbl2.h header.

Signed-off-by: Bob Moore <robert.moore@intel.com>
Signed-off-by: Lv Zheng <lv.zheng@intel.com>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
  • Loading branch information
Bob Moore authored and Rafael J. Wysocki committed Jan 8, 2014
1 parent 0249ed2 commit 7745522
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions include/acpi/actbl2.h
Original file line number Diff line number Diff line change
Expand Up @@ -327,6 +327,11 @@ struct acpi_table_dbg2 {
u32 info_count;
};

struct acpi_dbg2_header {
u32 info_offset;
u32 info_count;
};

/* Debug Device Information Subtable */

struct acpi_dbg2_device {
Expand Down

0 comments on commit 7745522

Please sign in to comment.