summaryrefslogtreecommitdiffhomepage
path: root/Private/KernelKit/FileManager.hpp
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlalelmahrouss@icloud.com>2024-02-01 10:25:09 +0100
committerAmlal El Mahrouss <amlalelmahrouss@icloud.com>2024-02-01 10:25:09 +0100
commit6d7e78543509af471568cf698c58a9f526dba129 (patch)
tree302cb075a69e1669c822f943cad1fc96520559be /Private/KernelKit/FileManager.hpp
parent6c4cc0dba681fef1cef3c31877653a1d6413fc90 (diff)
See below.
Stage 1: Create API for Partition read 'EFIPartitionManager' is the main class behind it, there is still some design to do. Signed-off-by: Amlal El Mahrouss <amlalelmahrouss@icloud.com>
Diffstat (limited to 'Private/KernelKit/FileManager.hpp')
-rw-r--r--Private/KernelKit/FileManager.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/Private/KernelKit/FileManager.hpp b/Private/KernelKit/FileManager.hpp
index 6ed713c4..b65bdfe1 100644
--- a/Private/KernelKit/FileManager.hpp
+++ b/Private/KernelKit/FileManager.hpp
@@ -39,6 +39,7 @@ enum {
kFileReadAll = 101,
kFileReadChunk = 102,
kFileWriteChunk = 103,
+ kFileIOCnt = (kFileWriteChunk - kFileWriteAll) + 1,
};
typedef VoidPtr NodePtr;