summaryrefslogtreecommitdiffhomepage
path: root/public/frameworks/DiskImage.fwrk/headers/DiskImage.h
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal.elmahrouss@icloud.com>2025-03-20 15:06:01 +0100
committerAmlal El Mahrouss <amlal.elmahrouss@icloud.com>2025-03-20 15:06:01 +0100
commitd1b7d34c43ec463815c448e7677fc64ec936504a (patch)
treed1e25d996d9f2c24b001c30bd1fad67f49dcef8c /public/frameworks/DiskImage.fwrk/headers/DiskImage.h
parent2e52124c0859a3a707f64b3a540f1164e33a63b2 (diff)
DiskImage.h: Completed documentation for DIFormatDiskToFile
Diffstat (limited to 'public/frameworks/DiskImage.fwrk/headers/DiskImage.h')
-rw-r--r--public/frameworks/DiskImage.fwrk/headers/DiskImage.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/public/frameworks/DiskImage.fwrk/headers/DiskImage.h b/public/frameworks/DiskImage.fwrk/headers/DiskImage.h
index 33883450..ae94f154 100644
--- a/public/frameworks/DiskImage.fwrk/headers/DiskImage.h
+++ b/public/frameworks/DiskImage.fwrk/headers/DiskImage.h
@@ -14,6 +14,13 @@
#include <uuid/uuid.h>
#include <LibSCI/SCI.h>
+/// @brief EPM format disk to **out_name**
+/// @param disk_name The partition name
+/// @param sector_sz The sector size
+/// @param block_cnt The block count
+/// @param disk_sz The disk size (in bytes)
+/// @param out_name the output filesystem path.
+/// @return Status code regarding completion.
SInt32 DIFormatDiskToFile(const char* disk_name = "Disk",
int sector_sz = 512,
const int block_cnt = 1,