aboutsummaryrefslogtreecommitdiff
path: root/CpriSym_fp.h
diff options
context:
space:
mode:
authorVadim Bendebury <vbendeb@chromium.org>2015-05-28 18:53:22 -0700
committerChromeOS Commit Bot <chromeos-commit-bot@chromium.org>2015-06-03 21:17:35 +0000
commitfea3a14b16095f93f2d69f1a9e8744883c95a992 (patch)
tree38ce2bdea5dd921c7acf34dd77a46722d98ef277 /CpriSym_fp.h
parent8c027af9b851c41f57ed802ae1cf532c7b08ba1e (diff)
downloadtpm2-fea3a14b16095f93f2d69f1a9e8744883c95a992.tar.gz
Changes to allow compilation of CpriCryptPri.c
BUG=none TEST=compilation succeeds: cc -Wall -Werror -c -o /dev/null CpriCryptPri.c Change-Id: Ica85c72e8472d8f6bfafdf15ae2d98e0874bd945 Signed-off-by: Vadim Bendebury <vbendeb@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/274098 Reviewed-by: Darren Krahn <dkrahn@chromium.org>
Diffstat (limited to 'CpriSym_fp.h')
-rw-r--r--CpriSym_fp.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/CpriSym_fp.h b/CpriSym_fp.h
index e69de29..ba7ae1a 100644
--- a/CpriSym_fp.h
+++ b/CpriSym_fp.h
@@ -0,0 +1,12 @@
+/*
+ * 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_CPRISYM_FP_H
+#define __TPM2_CPRISYM_FP_H
+
+LIB_EXPORT BOOL _cpri__SymStartup(void);
+
+#endif // __TPM2_CPRISYM_FP_H