aboutsummaryrefslogtreecommitdiff
path: root/CommandAudit_fp.h
diff options
context:
space:
mode:
authorVadim Bendebury <vbendeb@chromium.org>2015-06-01 18:29:03 -0700
committerChromeOS Commit Bot <chromeos-commit-bot@chromium.org>2015-06-03 22:11:03 +0000
commitbd25959b7d19e7b26e17ea2e59de94060c4dc488 (patch)
tree8a9d610a67905ffbc039a72e5567afe3dd8ff913 /CommandAudit_fp.h
parent88eaf02b4ff62ee6ca4faf2ef7e2181b14219fd4 (diff)
downloadtpm2-bd25959b7d19e7b26e17ea2e59de94060c4dc488.tar.gz
Changes to allow compilation of SetCommandCodeAuditStatus.c
BUG=none TEST=compilation succeeds: cc -Wall -Werror -c -o /dev/null SetCommandCodeAuditStatus.c Change-Id: Ica56ed8e4f80ae3ee996c49bcda18e9b0e453757 Signed-off-by: Vadim Bendebury <vbendeb@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/274664 Reviewed-by: Utkarsh Sanghi <usanghi@chromium.org>
Diffstat (limited to 'CommandAudit_fp.h')
-rw-r--r--CommandAudit_fp.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/CommandAudit_fp.h b/CommandAudit_fp.h
index c63e0c1..25a6711 100644
--- a/CommandAudit_fp.h
+++ b/CommandAudit_fp.h
@@ -12,6 +12,9 @@ TPMI_YES_NO CommandAuditCapGetCCList(
UINT32 count, // IN: count of returned TPM_CC
TPML_CC *commandList // OUT: list of TPM_CC
);
+BOOL CommandAuditClear(
+ TPM_CC commandCode // IN: command code
+ );
void CommandAuditGetDigest(
TPM2B_DIGEST *digest // OUT: command digest
);