Commit a95d2fb0 authored by Lawrence Hileman's avatar Lawrence Hileman Committed by Rafael J. Wysocki

ACPICA: Add the subtable CFMWS to the CEDT table

ACPICA commit 19b11f91660b1a38a8e9655b0b1a4ad51ec4db1e

Link: https://github.com/acpica/acpica/commit/19b11f91Signed-off-by: default avatarBob Moore <robert.moore@intel.com>
Signed-off-by: default avatarRafael J. Wysocki <rafael.j.wysocki@intel.com>
parent 62b32fd9
......@@ -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)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment