aboutsummaryrefslogtreecommitdiff
path: root/include/tpm2/ExecCommand_fp.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/tpm2/ExecCommand_fp.h')
-rw-r--r--include/tpm2/ExecCommand_fp.h15
1 files changed, 15 insertions, 0 deletions
diff --git a/include/tpm2/ExecCommand_fp.h b/include/tpm2/ExecCommand_fp.h
new file mode 100644
index 0000000..3d6d4f9
--- /dev/null
+++ b/include/tpm2/ExecCommand_fp.h
@@ -0,0 +1,15 @@
+// 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_EXECCOMMAND_FP_H_
+#define _TPM2_EXECCOMMAND_FP_H_
+
+void ExecuteCommand(
+ unsigned int requestSize, // IN: command buffer size
+ unsigned char *request, // IN: command buffer
+ unsigned int *responseSize, // OUT: response buffer size
+ unsigned char **response // OUT: response buffer
+ );
+
+#endif // _TPM2_EXECCOMMAND_FP_H_