diff options
| -rw-r--r-- | include/acpi/actbl2.h | 18 |
1 files changed, 6 insertions, 12 deletions
diff --git a/include/acpi/actbl2.h b/include/acpi/actbl2.h index 2a9dcc15d292..a948fc586b9b 100644 --- a/include/acpi/actbl2.h +++ b/include/acpi/actbl2.h | |||
| @@ -1251,19 +1251,13 @@ struct acpi_table_tpm2 { | |||
| 1251 | /* Platform-specific data follows */ | 1251 | /* Platform-specific data follows */ |
| 1252 | }; | 1252 | }; |
| 1253 | 1253 | ||
| 1254 | /* Control area structure (not part of table, pointed to by control_address) */ | 1254 | /* Values for start_method above */ |
| 1255 | 1255 | ||
| 1256 | struct acpi_tpm2_control { | 1256 | #define ACPI_TPM2_NOT_ALLOWED 0 |
| 1257 | u32 reserved; | 1257 | #define ACPI_TPM2_START_METHOD 2 |
| 1258 | u32 error; | 1258 | #define ACPI_TPM2_MEMORY_MAPPED 6 |
| 1259 | u32 cancel; | 1259 | #define ACPI_TPM2_COMMAND_BUFFER 7 |
| 1260 | u32 start; | 1260 | #define ACPI_TPM2_COMMAND_BUFFER_WITH_START_METHOD 8 |
| 1261 | u64 interrupt_control; | ||
| 1262 | u32 command_size; | ||
| 1263 | u64 command_address; | ||
| 1264 | u32 response_size; | ||
| 1265 | u64 response_address; | ||
| 1266 | }; | ||
| 1267 | 1261 | ||
| 1268 | /******************************************************************************* | 1262 | /******************************************************************************* |
| 1269 | * | 1263 | * |
