Skip to content

Commit

Permalink
ACPICA: ACPI 6.3: Add Trigger order to PCC Identifier structure in PDTT
Browse files Browse the repository at this point in the history
ACPICA commit b11446d8b47805c2637a2286aca34b717ec6b5be

Link: https://github.com/acpica/acpica/commit/b11446d8
Signed-off-by: Erik Schmauss <erik.schmauss@intel.com>
Signed-off-by: Bob Moore <robert.moore@intel.com>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
  • Loading branch information
Erik Schmauss authored and Rafael J. Wysocki committed Feb 18, 2019
1 parent a3fbd67 commit f00175d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/acpi/actbl2.h
Original file line number Diff line number Diff line change
Expand Up @@ -1361,6 +1361,7 @@ struct acpi_pdtt_channel {

#define ACPI_PDTT_RUNTIME_TRIGGER (1)
#define ACPI_PDTT_WAIT_COMPLETION (1<<1)
#define ACPI_PDTT_TRIGGER_ORDER (1<<2)

/*******************************************************************************
*
Expand Down

0 comments on commit f00175d

Please sign in to comment.