summaryrefslogtreecommitdiffhomepage
path: root/Private/KernelKit/DriveManager.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/DriveManager.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/DriveManager.hpp')
-rw-r--r--Private/KernelKit/DriveManager.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/Private/KernelKit/DriveManager.hpp b/Private/KernelKit/DriveManager.hpp
index da478a45..223414d2 100644
--- a/Private/KernelKit/DriveManager.hpp
+++ b/Private/KernelKit/DriveManager.hpp
@@ -29,6 +29,7 @@ enum {
kEPMDrive = 0x11, // Explicit Partition Map.
kEPTDrive = 0x12, // ESP w/ EPM partition.
kMBRDrive = 0x13, // IBM PC classic partition scheme
+ kDriveCnt = 9,
};
typedef Int64 DriveID;