diff options
Diffstat (limited to 'dev/EFS/EncryptFS.hxx')
| -rw-r--r-- | dev/EFS/EncryptFS.hxx | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/dev/EFS/EncryptFS.hxx b/dev/EFS/EncryptFS.hxx new file mode 100644 index 00000000..2ed382e3 --- /dev/null +++ b/dev/EFS/EncryptFS.hxx @@ -0,0 +1,22 @@ +/* -------------------------------------------
+
+ Copyright ZKA Technologies.
+
+ File: Encrypt.hxx
+ Purpose: Encrypted File System
+
+ Revision History:
+
+ 8/8/2024: Added file (amlel)
+
+------------------------------------------- */
+
+#pragma once
+
+#include <FSKit/NewFS.hxx>
+
+/// @brief EncryptFS NewFS extension for data protection.
+
+#define EFSKIT_VERSION 0x0100
+
+struct EFS_ENCRYPT_BLOCK;
|
