summaryrefslogtreecommitdiffhomepage
path: root/Private/KernelKit
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal@el-mahrouss-logic.com>2024-04-06 01:45:03 +0200
committerAmlal El Mahrouss <amlal@el-mahrouss-logic.com>2024-04-06 01:45:10 +0200
commite47a33d7d4f70c54a27e96df437e6d9ac4e829cf (patch)
tree51a9f9f5019006e705444aa5f628fdae0d8dfb66 /Private/KernelKit
parent5152c2282a1a680a272322f0bd3275fdf43e1530 (diff)
Add boot_write_epm_partition for PowerPC, update start location for AMD64 EPM.
Remove HCFS support, fully focusing on NewFS. Signed-off-by: Amlal El Mahrouss <amlal@el-mahrouss-logic.com>
Diffstat (limited to 'Private/KernelKit')
-rw-r--r--Private/KernelKit/FileManager.hpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/Private/KernelKit/FileManager.hpp b/Private/KernelKit/FileManager.hpp
index a6fcfde3..603ee06b 100644
--- a/Private/KernelKit/FileManager.hpp
+++ b/Private/KernelKit/FileManager.hpp
@@ -18,10 +18,6 @@
#include <FSKit/NewFS.hxx>
#endif // __FSKIT_NEWFS__
-#ifdef __FSKIT_HCFS__
-#include <FSKit/HCFS.hxx>
-#endif // __FSKIT_HCFS__
-
#include <CompilerKit/CompilerKit.hxx>
#include <HintKit/CompilerHint.hxx>
#include <NewKit/ErrorID.hpp>