summaryrefslogtreecommitdiffhomepage
path: root/Kernel
diff options
context:
space:
mode:
Diffstat (limited to 'Kernel')
-rw-r--r--Kernel/FSKit/NewFS.hxx4
-rw-r--r--Kernel/FSKit/RFS.hxx24
2 files changed, 28 insertions, 0 deletions
diff --git a/Kernel/FSKit/NewFS.hxx b/Kernel/FSKit/NewFS.hxx
index 566904ef..6d3d6fa9 100644
--- a/Kernel/FSKit/NewFS.hxx
+++ b/Kernel/FSKit/NewFS.hxx
@@ -103,6 +103,10 @@ default.
#define kNewFSForkNameLen (200U)
+struct NFS_CATALOG_STRUCT;
+struct NFS_FORK_STRUCT;
+struct NFS_ROOT_PARTITION_BLOCK;
+
enum
{
kNewFSHardDrive = 0xC0, // Hard Drive
diff --git a/Kernel/FSKit/RFS.hxx b/Kernel/FSKit/RFS.hxx
new file mode 100644
index 00000000..b12f38c3
--- /dev/null
+++ b/Kernel/FSKit/RFS.hxx
@@ -0,0 +1,24 @@
+/* -------------------------------------------
+
+ Copyright ZKA Technologies
+
+ File: RFS.hxx
+ Purpose: Resillient File System
+
+ Revision History:
+
+ 8/8/2024: Added file (amlel)
+
+------------------------------------------- */
+
+#pragma once
+
+#include <CompilerKit/CompilerKit.hxx>
+#include <HintKit/CompilerHint.hxx>
+#include <KernelKit/DriveManager.hxx>
+#include <NewKit/Defines.hxx>
+
+struct RFS_MASTER_PARTITION_BLOCK;
+struct RFS_FILE_PARTITIN_BLOCK;
+struct RFS_CATALOG_BLOCK;
+struct RFS_FORK_BLOCK; \ No newline at end of file