summaryrefslogtreecommitdiff
path: root/firmware/include/tss_constants.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/include/tss_constants.h')
-rw-r--r--firmware/include/tss_constants.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/firmware/include/tss_constants.h b/firmware/include/tss_constants.h
index ed8ff9b5..edfdc3c4 100644
--- a/firmware/include/tss_constants.h
+++ b/firmware/include/tss_constants.h
@@ -40,6 +40,8 @@
#define TPM_E_WRITE_FAILURE ((uint32_t) 0x00005008) /* vboot local */
#define TPM_E_READ_EMPTY ((uint32_t) 0x00005009) /* vboot local */
#define TPM_E_READ_FAILURE ((uint32_t) 0x0000500a) /* vboot local */
+#define TPM_E_STRUCT_SIZE ((uint32_t) 0x0000500b) /* vboot local */
+#define TPM_E_STRUCT_VERSION ((uint32_t) 0x0000500c) /* vboot local */
#define TPM_NV_INDEX0 ((uint32_t) 0x00000000)
#define TPM_NV_INDEX_LOCK ((uint32_t) 0xffffffff)