summaryrefslogtreecommitdiffhomepage
path: root/dev/base/EncryptFS/src/disk_crypt.cxx
blob: 0d9784de4d23d990fa539e39c2d2967b0e5a0dbd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/* -------------------------------------------

	Copyright ZKA Web Services Co.

------------------------------------------- */

#include <EncryptFS/disk_crypt.hxx>

enum
{
	eEFSFlagEncryptedFree	= 0x00,
	eEFSFlagEncryptedUnlock = 0x3f,
	eEFSFlagEncryptedLock	= 0xf3,
};