aboutsummaryrefslogtreecommitdiffstats
path: root/include/acpi/actbl1.h
diff options
context:
space:
mode:
authorLawrence Hileman <larry.hileman@xconn-tech.com>2022-04-11 20:47:40 +0200
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>2022-04-13 20:24:57 +0200
commita95d2fb08538f29f6e9f54a803dffc303b5263cd (patch)
treec3af544a57d0a8d421e5c2ccfe4d375bc8280605 /include/acpi/actbl1.h
parentACPICA: Add support for the Windows 11 _OSI string (diff)
downloadlinux-dev-a95d2fb08538f29f6e9f54a803dffc303b5263cd.tar.xz
linux-dev-a95d2fb08538f29f6e9f54a803dffc303b5263cd.zip
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 <robert.moore@intel.com> Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Diffstat (limited to 'include/acpi/actbl1.h')
-rw-r--r--include/acpi/actbl1.h4
1 files changed, 4 insertions, 0 deletions
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)