summaryrefslogtreecommitdiffhomepage
path: root/dev/DLL/EncryptFS/Sources/Key.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'dev/DLL/EncryptFS/Sources/Key.cxx')
-rw-r--r--dev/DLL/EncryptFS/Sources/Key.cxx12
1 files changed, 12 insertions, 0 deletions
diff --git a/dev/DLL/EncryptFS/Sources/Key.cxx b/dev/DLL/EncryptFS/Sources/Key.cxx
new file mode 100644
index 00000000..457ce1b8
--- /dev/null
+++ b/dev/DLL/EncryptFS/Sources/Key.cxx
@@ -0,0 +1,12 @@
+/* -------------------------------------------
+
+ Copyright ZKA Technologies.
+
+------------------------------------------- */
+
+#include <new>
+#include <cstddef>
+#include <cstdint>
+
+typedef int32_t efs_encrypt_token_t;
+typedef void* efs_encrypted_blob_t;