summaryrefslogtreecommitdiff
path: root/source/LCDriverMethods.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/LCDriverMethods.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/LCDriverMethods.h')
-rw-r--r--source/LCDriverMethods.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/LCDriverMethods.h b/source/LCDriverMethods.h
index 31be2f3..9e15cce 100644
--- a/source/LCDriverMethods.h
+++ b/source/LCDriverMethods.h
@@ -75,6 +75,7 @@ public:
int Do_Flash_DumpArea(const char *pchPathToDump, uint64 uiStart, uint64 uiLength, const char *pchFilePath, uint32 RedundantArea, int iUseBulk);
int Do_Flash_EraseArea(const char *pchPath, uint64 uiStart, uint64 uiLength);
int Do_Flash_FlashRaw(const char *pchPath, uint64 uiStart, uint64 uiLength, uint32 uiDevice, int iUseBulk, int iDeleteBuffers);
+ int Do_Flash_SetEnhancedArea(const char *pchPathToDump, uint64 uiStart, uint64 uiLength);
int Do_FileSystem_VolumeProperties(const char *pchDevicePath, char *pchFSType, int *piFSTypeSize, uint64 *puiSize, uint64 *puiFree);
int Do_FileSystem_FormatVolume(const char *pchDevicePath);