| Index: src/tlcl/structures.h
|
| diff --git a/src/tlcl/structures.h b/src/tlcl/structures.h
|
| index 55d31ebdb9efcaf00ed40915c493b0ad39a4fbe2..85754bb242cd4a359d2b70235453641eaa6e3a5f 100644
|
| --- a/src/tlcl/structures.h
|
| +++ b/src/tlcl/structures.h
|
| @@ -31,6 +31,11 @@ struct {
|
|
|
| struct {
|
| uint8_t buffer[10];
|
| +} tpm_physicaldisable_cmd = {{0x0, 0xc1, 0x0, 0x0, 0x0, 0xa, 0x0, 0x0, 0x0, 0x70, },
|
| +};
|
| +
|
| +struct {
|
| + uint8_t buffer[10];
|
| } tpm_forceclear_cmd = {{0x0, 0xc1, 0x0, 0x0, 0x0, 0xa, 0x0, 0x0, 0x0, 0x5d, },
|
| };
|
|
|
|
|