aboutsummaryrefslogtreecommitdiff
path: root/_TPM_Hash_End_fp.h
diff options
context:
space:
mode:
authorVadim Bendebury <vbendeb@chromium.org>2015-05-29 16:48:02 -0700
committerChromeOS Commit Bot <chromeos-commit-bot@chromium.org>2015-06-03 21:18:09 +0000
commit7db89b1929f5f4cc339af94481e945d1c9d1dbeb (patch)
tree794fe3d7b298abee004cb620c503882a9cffca7f /_TPM_Hash_End_fp.h
parentc00055c030100256f3c2015b9892cdb0bd39fcb0 (diff)
downloadtpm2-7db89b1929f5f4cc339af94481e945d1c9d1dbeb.tar.gz
Changes to allow compilation of DRTM.c
BUG=none TEST=compilation succeeds: cc -Wall -Werror -c -o /dev/null DRTM.c Change-Id: I3c97b404c0ddf4a399e36a5ef66de7793acb54b3 Signed-off-by: Vadim Bendebury <vbendeb@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/274008 Reviewed-by: Utkarsh Sanghi <usanghi@chromium.org>
Diffstat (limited to '_TPM_Hash_End_fp.h')
-rw-r--r--_TPM_Hash_End_fp.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/_TPM_Hash_End_fp.h b/_TPM_Hash_End_fp.h
index e69de29..e82f506 100644
--- a/_TPM_Hash_End_fp.h
+++ b/_TPM_Hash_End_fp.h
@@ -0,0 +1,14 @@
+/*
+ * Copyright 2015 The Chromium OS Authors. All rights reserved.
+ * Use of this source code is governed by a BSD-style license that can be
+ * found in the LICENSE file.
+ */
+
+#ifndef __TPM2__TPM_HASH_END_FP_H
+#define __TPM2__TPM_HASH_END_FP_H
+
+void _TPM_Hash_End(
+ void
+ );
+
+#endif // __TPM2__TPM_HASH_END_FP_H