summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/acpi/actbl1.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/acpi/actbl1.h b/include/acpi/actbl1.h
index 423e7232974a..f16020829f42 100644
--- a/include/acpi/actbl1.h
+++ b/include/acpi/actbl1.h
@@ -1976,7 +1976,7 @@ struct acpi_ibft_target {
/*******************************************************************************
*
- * DTPR - DMA TPR Reporting
+ * DTPR - DMA TXT Protection Ranges Table
* Version 1
*
* Conforms to "IntelĀ® Trusted Execution Technology (IntelĀ® TXT) DMA Protection
@@ -1988,6 +1988,7 @@ struct acpi_ibft_target {
struct acpi_table_dtpr {
struct acpi_table_header header;
u32 flags; // 36
+ u32 ins_cnt;
};
struct acpi_tpr_array {