| Index: src/tlcl/tlcl.c
|
| diff --git a/src/tlcl/tlcl.c b/src/tlcl/tlcl.c
|
| index 63c03a6c7d6e05f690e2e5f33a3f8c5131213b9b..631ecb0f13d7ef2d421a09b541b3302848ce65b9 100644
|
| --- a/src/tlcl/tlcl.c
|
| +++ b/src/tlcl/tlcl.c
|
| @@ -339,6 +339,10 @@ uint32_t TlclSetEnable(void) {
|
| return Send(tpm_physicalenable_cmd.buffer);
|
| }
|
|
|
| +uint32_t TlclClearEnable(void) {
|
| + return Send(tpm_physicaldisable_cmd.buffer);
|
| +}
|
| +
|
| uint32_t TlclSetDeactivated(uint8_t flag) {
|
| *((uint8_t*)tpm_physicalsetdeactivated_cmd.deactivated) = flag;
|
| return Send(tpm_physicalsetdeactivated_cmd.buffer);
|
|
|