| Index: firmware/lib/tpm_lite/include/tlcl.h
|
| diff --git a/firmware/lib/tpm_lite/include/tlcl.h b/firmware/lib/tpm_lite/include/tlcl.h
|
| index 536154012162c6f0079d592543ca52278a5ff853..401a3ae31c15752cf8b56e8513afa459f181a5ce 100644
|
| --- a/firmware/lib/tpm_lite/include/tlcl.h
|
| +++ b/firmware/lib/tpm_lite/include/tlcl.h
|
| @@ -13,24 +13,7 @@
|
|
|
| #include "sysincludes.h"
|
| #include "tss_constants.h"
|
| -
|
| -/*****************************************************************************/
|
| -/* Functions to be implemented by the stub library */
|
| -
|
| -/* Initialize the stub library */
|
| -void TlclStubInit(void);
|
| -
|
| -/* Close and open the device. This is needed for running more complex commands
|
| - * at user level, such as TPM_TakeOwnership, since the TPM device can be opened
|
| - * only by one process at a time.
|
| - */
|
| -void TlclCloseDevice(void);
|
| -void TlclOpenDevice(void);
|
| -
|
| -/* Send data to the TPM and receive a response. Returns 0 if success,
|
| - * nonzero if error. */
|
| -uint32_t TlclStubSendReceive(const uint8_t* request, int request_length,
|
| - uint8_t* response, int max_length);
|
| +#include "tlcl_stub.h"
|
|
|
| /*****************************************************************************/
|
| /* Functions implemented in tlcl.c */
|
|
|