From: Lawrence Hileman <[email protected]>
ACPICA commit 19b11f91660b1a38a8e9655b0b1a4ad51ec4db1e
Link: https://github.com/acpica/acpica/commit/19b11f91
Signed-off-by: Bob Moore <[email protected]>
Signed-off-by: Rafael J. Wysocki <[email protected]>
---
actbl1.h | 4 ++++
1 file changed, 4 insertions(+)
diff -Nurp linux.before_name/include/acpi/actbl1.h linux.after_name/include/acpi/actbl1.h
--- linux.before_name/include/acpi/actbl1.h 2022-04-01 18:22:39.697289385 +0200
+++ linux.after_name/include/acpi/actbl1.h 2022-04-01 18:22:36.230333871 +0200
@@ -373,6 +373,10 @@ struct acpi_cedt_cfmws {
u32 interleave_targets[];
};
+struct acpi_cedt_cfmws_target_element {
+ u32 interleave_target;
+};
+
/* Values for Interleave Arithmetic field above */
#define ACPI_CEDT_CFMWS_ARITHMETIC_MODULO (0)