From 6d7e78543509af471568cf698c58a9f526dba129 Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Thu, 1 Feb 2024 10:25:09 +0100 Subject: 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 --- Private/KernelKit/FileManager.hpp | 1 + 1 file changed, 1 insertion(+) (limited to 'Private/KernelKit/FileManager.hpp') 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; -- cgit v1.2.3