summaryrefslogtreecommitdiffhomepage
path: root/dev/base
diff options
context:
space:
mode:
authorAmlal <amlal@el-mahrouss-logic.com>2024-09-27 11:41:44 +0200
committerAmlal <amlal@el-mahrouss-logic.com>2024-09-27 11:41:44 +0200
commit8db6fc60063757628f92bd1c4d4855775f4ff9e2 (patch)
treee27013969dc749bbb8131e24e4171034fdb80f56 /dev/base
parentdaa4f8c748d290feba8a71e889743a8a3097ad7d (diff)
feat&wip: Math API for CG, WiP HAL Paging API.
- NOTE: HAL Paging API is still in wip, issues have to be fixed. - Moved WM code to corecg driver. Signed-off-by: Amlal <amlal@el-mahrouss-logic.com>
Diffstat (limited to 'dev/base')
-rw-r--r--dev/base/EncryptFS/src/disk_crypt.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev/base/EncryptFS/src/disk_crypt.cxx b/dev/base/EncryptFS/src/disk_crypt.cxx
index e8d64bfe..d251efef 100644
--- a/dev/base/EncryptFS/src/disk_crypt.cxx
+++ b/dev/base/EncryptFS/src/disk_crypt.cxx
@@ -8,7 +8,7 @@
enum
{
- eEFSFlagEncryptedFree = 0x00,
+ eEFSFlagEncryptedFree = 0x00,
eEFSFlagEncryptedUnlock = 0x3f,
- eEFSFlagEncryptedLock = 0xf3,
+ eEFSFlagEncryptedLock = 0xf3,
};