diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2025-04-19 18:28:18 +0200 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal@nekernel.org> | 2025-04-19 18:28:18 +0200 |
| commit | 6402e4cdbe4a7f5189501204b151d7accde474a3 (patch) | |
| tree | b61c062f1d429b8912e72e42cbf4faa47d1f6322 /dev/kernel/FSKit/NeFS.h | |
| parent | 78b14fac0eb63614c1d091f68170f5fd5d3bb9d5 (diff) | |
0.0.1e: Last commit regarding 0.0.1
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'dev/kernel/FSKit/NeFS.h')
| -rw-r--r-- | dev/kernel/FSKit/NeFS.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/dev/kernel/FSKit/NeFS.h b/dev/kernel/FSKit/NeFS.h index e4002f42..4f4151d7 100644 --- a/dev/kernel/FSKit/NeFS.h +++ b/dev/kernel/FSKit/NeFS.h @@ -321,7 +321,9 @@ namespace Kernel /// @brief Make a EPM+NeFS drive out of the disk. /// @param drive The drive to write on. /// @return If it was sucessful, see err_local_get(). - _Output Bool Format(_Input _Output DriveTrait* drive, _Input const Lba endLba, _Input const Int32 flags, const Char* part_name); + _Output Bool FormatEPM(_Input _Output DriveTrait* drive, _Input const Lba end_lba, _Input const Int32 flags, const Char* part_name); + + _Output Bool FormatGPT(_Input _Output DriveTrait* drive, _Input const Lba end_lba, _Input const Int32 flags, const Char* part_name); public: UInt32 mDriveIndex{kNeFSSubDriveA}; |
