/* ------------------------------------------- Copyright ZKA Technologies. File: Encrypt.hxx Purpose: Encrypted File System Revision History: 8/8/2024: Added file (amlel) ------------------------------------------- */ #pragma once #include /// @brief EncryptFS NewFS extension for data protection. #define EFSKIT_VERSION 0x0100 struct EFS_ENCRYPT_BLOCK;