summaryrefslogtreecommitdiffhomepage
path: root/Kernel/KernelKit/RLE.hxx
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal.elmahrouss@icloud.com>2024-07-05 23:50:39 +0200
committerAmlal El Mahrouss <amlal.elmahrouss@icloud.com>2024-07-05 23:59:00 +0200
commita671de4f336e7e9d67a7e237e0f94ccd334230ee (patch)
treef59964b90c6096369d8c45662fef003af210be7d /Kernel/KernelKit/RLE.hxx
parentc521b6d8defc0ee9f0b35df9da0dfa072978a1f4 (diff)
IMP: Replace __FSKIT_NEWFS__ with __FSKIT_USE_NEWFS__.
IMP: Restrict support in FileManager's FileStream class. IMP: WiP: RLE implementation like in CoreAV. Signed-off-by: Amlal El Mahrouss <amlal.elmahrouss@icloud.com>
Diffstat (limited to 'Kernel/KernelKit/RLE.hxx')
-rw-r--r--Kernel/KernelKit/RLE.hxx12
1 files changed, 12 insertions, 0 deletions
diff --git a/Kernel/KernelKit/RLE.hxx b/Kernel/KernelKit/RLE.hxx
new file mode 100644
index 00000000..be3cedd7
--- /dev/null
+++ b/Kernel/KernelKit/RLE.hxx
@@ -0,0 +1,12 @@
+/* -------------------------------------------
+
+ Copyright Zeta Electronics Corporation
+
+------------------------------------------- */
+
+#ifndef __KERNELKIT_RLE_HXX__
+#define __KERNELKIT_RLE_HXX__
+
+#include <NewKit/Defines.hpp>
+
+#endif // !ifndef __KERNELKIT_RLE_HXX__