Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 77455222 authored by Bob Moore's avatar Bob Moore Committed by Rafael J. Wysocki
Browse files

ACPICA: Tables: Add full support for the DBG2 table.



Updates the DBG2 (Debug Port 2) table definition in the actbl2.h header.

Signed-off-by: default avatarBob Moore <robert.moore@intel.com>
Signed-off-by: default avatarLv Zheng <lv.zheng@intel.com>
Signed-off-by: default avatarRafael J. Wysocki <rafael.j.wysocki@intel.com>
parent 0249ed24
Loading
Loading
Loading
Loading
+5 −0
Original line number Original line Diff line number Diff line
@@ -327,6 +327,11 @@ struct acpi_table_dbg2 {
	u32 info_count;
	u32 info_count;
};
};


struct acpi_dbg2_header {
	u32 info_offset;
	u32 info_count;
};

/* Debug Device Information Subtable */
/* Debug Device Information Subtable */


struct acpi_dbg2_device {
struct acpi_dbg2_device {