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.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/include/tpm_vendor_cmds.h b/include/tpm_vendor_cmds.h
index 9f37e1a33c..4cb3683d49 100644
--- a/include/tpm_vendor_cmds.h
+++ b/include/tpm_vendor_cmds.h
@@ -198,6 +198,13 @@ enum vendor_cmd_rc {
VENDOR_RC_ERR = 0x500,
};
+/* VENDOR_CC_WP options, only WP_ENABLE is accepted. */
+enum wp_options {
+ WP_NONE,
+ WP_CHECK,
+ WP_ENABLE
+};
+
/*
* The TPMv2 Spec mandates that vendor-specific command codes have bit 29 set,
* while bits 15-0 indicate the command. All other bits should be zero.