diff options
| -rw-r--r-- | include/acpi/actbl1.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/acpi/actbl1.h b/include/acpi/actbl1.h index f16020829f42..89541cd0c9b0 100644 --- a/include/acpi/actbl1.h +++ b/include/acpi/actbl1.h @@ -2001,6 +2001,11 @@ struct acpi_tpr_instance { struct acpi_tpr_array tpr_array[]; }; +struct acpi_tpr_aux_sr { + u32 srl_cnt; + //ACPI_TPR_SERIALIZE_REQUEST tpr_sr_arr[]; +}; + /******************************************************************************* * TPRn_BASE * |
