Skip to content

Commit

Permalink
ACPICA: Add the subtable CFMWS to the CEDT table
Browse files Browse the repository at this point in the history
ACPICA commit 19b11f91660b1a38a8e9655b0b1a4ad51ec4db1e

Link: acpica/acpica@19b11f91
Signed-off-by: Bob Moore <[email protected]>
Signed-off-by: Rafael J. Wysocki <[email protected]>
  • Loading branch information
Valgul61 authored and rafaeljw committed Apr 13, 2022
1 parent 62b32fd commit a95d2fb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions include/acpi/actbl1.h
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit a95d2fb

Please sign in to comment.