summaryrefslogtreecommitdiff
path: root/include/tpm_vendor_cmds.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/tpm_vendor_cmds.h')
-rw-r--r--include/tpm_vendor_cmds.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/tpm_vendor_cmds.h b/include/tpm_vendor_cmds.h
index 3ad5d79214..fb1e218bc5 100644
--- a/include/tpm_vendor_cmds.h
+++ b/include/tpm_vendor_cmds.h
@@ -167,6 +167,9 @@ enum vendor_cmd_cc {
VENDOR_CC_USER_PRES = 60,
+ /* POP_LOG_ENTRY with a 64 bit previous timestamp in ms */
+ VENDOR_CC_POP_LOG_ENTRY_MS = 61,
+
LAST_VENDOR_COMMAND = 65535,
};