summaryrefslogtreecommitdiff
path: root/source/LCDriver.h
diff options
context:
space:
mode:
authorZoran Ancevski <zoran.ancevski@seavus.com>2011-06-29 17:42:43 +0100
committerViktor Mladenovski <viktor.mladenovski@seavus.com>2011-09-29 09:45:14 +0200
commit38e46271a9c25d289b12ff4723c51aa169698389 (patch)
tree7953235439302b39aa9438d44e6c3f0b7e466930 /source/LCDriver.h
parent632b3be5e00fd38294b0106705ac0ecdab9d62b6 (diff)
Add eMMC-MLC as bootable memory
Set Enhanced Area command added New error codes added ST-Ericsson ID: 325127 ST-Ericsson FOSS-OUT ID: NA Change-Id: I4a06ca15cccd4cba033aeb181db9bbd71b9ddac2 Reviewed-on: http://gerrit.lud.stericsson.com/gerrit/22864 Reviewed-by: QATEST Reviewed-by: Johan YDSTROM <johan.xj.ydstrom@stericsson.com> Tested-by: Vlatko STENKOSKI Reviewed-by: Vlatko PISTOLOV <vlatko.pistolov@seavus.com> Tested-by: Vlatko PISTOLOV <vlatko.pistolov@seavus.com> Conflicts: lcmodule/win_binaries/LCM.dll win_binaries/LCDriver_CNH1606432.dll
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>