summaryrefslogtreecommitdiff
path: root/tpm/tpm_tis.h
diff options
context:
space:
mode:
Diffstat (limited to 'tpm/tpm_tis.h')
-rw-r--r--tpm/tpm_tis.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/tpm/tpm_tis.h b/tpm/tpm_tis.h
index 0c8df80cce..7f216e56b2 100644
--- a/tpm/tpm_tis.h
+++ b/tpm/tpm_tis.h
@@ -35,10 +35,10 @@
#define TYPE_TPM_TIS "tpm-tis"
-typedef struct TPMSizedBuffer {
+struct TPMSizedBuffer {
uint32_t size;
uint8_t *buffer;
-} TPMSizedBuffer;
+};
typedef enum {
TPM_TIS_STATE_IDLE = 0,