summaryrefslogtreecommitdiff
path: root/source/LCDriver.h
diff options
context:
space:
mode:
Diffstat (limited to 'source/LCDriver.h')
-rw-r--r--source/LCDriver.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/source/LCDriver.h b/source/LCDriver.h
index 73a6452..8e8f82a 100644
--- a/source/LCDriver.h
+++ b/source/LCDriver.h
@@ -480,6 +480,16 @@ extern "C"
LCDRIVER_API int __cdecl Flash_FlashRaw(LCDContext Context, const char *pchPath, uint64 uiStart, uint64 uiLength, uint32 uiDevice, int iUseBulk, int iDeleteBuffers);
/// <summary>
+ /// This command is used to set enhanced area in eMMC.
+ /// </summary>
+ /// <param name="Context">LCD context on which to execute the operation.</param>
+ /// <param name="pchPathToDump">Path to the device where area should be set.</param>
+ /// <param name="uiStart">Start of enhanced area [Byte].</param>
+ /// <param name="uiLength">Length of enhanced area [Byte].</param>
+ /// <returns>Status of the command.</returns>
+ LCDRIVER_API int __cdecl Flash_SetEnhancedArea(LCDContext Context, const char *pchPathToDump, uint64 uiStart, uint64 uiLength);
+
+ /// <summary>
/// This command retrieves the properties of the specified file system volume. It is issued by the PC application.
/// </summary>
/// <param name="Context">LCD context on which to execute the operation.</param>