From: Lawrence Hileman Date: Mon, 11 Apr 2022 18:47:40 +0000 (+0200) Subject: ACPICA: Add the subtable CFMWS to the CEDT table X-Git-Tag: howlett/maple/20220722_2~490^2~2^2~19 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=a95d2fb08538f29f6e9f54a803dffc303b5263cd;p=users%2Fjedix%2Flinux-maple.git ACPICA: Add the subtable CFMWS to the CEDT table ACPICA commit 19b11f91660b1a38a8e9655b0b1a4ad51ec4db1e Link: https://github.com/acpica/acpica/commit/19b11f91 Signed-off-by: Bob Moore Signed-off-by: Rafael J. Wysocki --- diff --git a/include/acpi/actbl1.h b/include/acpi/actbl1.h index 159070edd031..0ccda7b7814d 100644 --- a/include/acpi/actbl1.h +++ b/include/acpi/actbl1.h @@ -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)