summaryrefslogtreecommitdiffhomepage
path: root/dev/EFS/EncryptFS.hxx
blob: 2ed382e3bf900f783f30a7bcb258ec5375f4518b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
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;