From 3c233e380524d6842d396fd0a1fb9aeacf34d35f Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Wed, 28 Aug 2024 08:00:52 +0200 Subject: [IMP] Add ipc_construct_packet function to IPC protocol implementation. [IMP] Update Endian enum to match the one from the IPC protocol. [IMP] MUST_PASS works in debug only now. Signed-off-by: Amlal El Mahrouss --- dev/EFS/EncryptFS.hxx | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'dev/EFS') diff --git a/dev/EFS/EncryptFS.hxx b/dev/EFS/EncryptFS.hxx index 4348027b..4aa82666 100644 --- a/dev/EFS/EncryptFS.hxx +++ b/dev/EFS/EncryptFS.hxx @@ -14,3 +14,9 @@ #pragma once #include + +namespace EncryptFS +{ + using namespace Kernel; + +} \ No newline at end of file -- cgit v1.2.3