Skip to content

Commit

Permalink
ACPICA: iASL: NHLT: Treat Terminator as specific_config
Browse files Browse the repository at this point in the history
ACPICA commit 23a659e190cf3ed0edd46cddf12bbbcfeaa09396

specific_config has 4 bytes of size and then an amount of bytes specified
by size. All of the terminators that I've seen had a size equal to 4, but
theoretically it can vary.

Link: acpica/acpica@23a659e1
Signed-off-by: Bob Moore <[email protected]>
Signed-off-by: Rafael J. Wysocki <[email protected]>
  • Loading branch information
Piotr Maziarz authored and rafaeljw committed Apr 13, 2022
1 parent a95d2fb commit 9003755
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions include/acpi/actbl2.h
Original file line number Diff line number Diff line change
Expand Up @@ -1689,11 +1689,6 @@ struct acpi_nhlt_linux_specific_data_b {
u8 specific_data[18];
};

struct acpi_nhlt_table_terminator {
u32 terminator_value;
u32 terminator_signature;
};

/*******************************************************************************
*
* PCCT - Platform Communications Channel Table (ACPI 5.0)
Expand Down

0 comments on commit 9003755

Please sign in to comment.