Chromium Code Reviews| Index: include/tpm.h |
| diff --git a/include/tpm.h b/include/tpm.h |
| index dd1b4bfe4fb2f4390ba55e6b0af22c26ecb10184..7b0d415088e73472dc05dfde7cbf5d6a94473c77 100644 |
| --- a/include/tpm.h |
| +++ b/include/tpm.h |
| @@ -8,8 +8,10 @@ |
| #include <common.h> |
| -int tpm_init(void); |
| -int tpm_send(const uint8_t *pdata, size_t length); |
| -int tpm_receive(uint8_t *pdata, size_t max_length); |
| +int tis_init(void); |
| +int tis_open(void); |
| +int tis_close(void); |
| +int tis_sendrecv(const uint8_t *sendbuf, size_t send_size, uint8_t *recvbuf, |
| + size_t *recv_len); |
| #endif /* TPM_H_ */ |