summaryrefslogtreecommitdiff
path: root/src/include/tsp_seal.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/tsp_seal.h')
-rw-r--r--src/include/tsp_seal.h16
1 files changed, 16 insertions, 0 deletions
diff --git a/src/include/tsp_seal.h b/src/include/tsp_seal.h
new file mode 100644
index 0000000..05956c1
--- /dev/null
+++ b/src/include/tsp_seal.h
@@ -0,0 +1,16 @@
+
+/*
+ * Licensed Materials - Property of IBM
+ *
+ * trousers - An open source TCG Software Stack
+ *
+ * (C) Copyright International Business Machines Corp. 2007
+ *
+ */
+
+#ifndef _TSP_SEAL_H_
+#define _TSP_SEAL_H_
+
+TSS_RESULT sealx_mask_cb(UINT32, BYTE *, UINT32, BYTE *, BYTE *, UINT32, BYTE *, BYTE *);
+
+#endif