summaryrefslogtreecommitdiff
path: root/source/LCDriverMethods.h
diff options
context:
space:
mode:
authorxmarvla <vlatko.markovic@seavus.com>2011-09-28 10:30:52 +0100
committerViktor Mladenovski <viktor.mladenovski@seavus.com>2011-10-28 18:54:06 +0200
commit0ddb310bb30fc3445b9aa2be8cfb615cdadfdb78 (patch)
tree8f28a3ea5936983d70e8a8f6ebfca0bfb0902fb7 /source/LCDriverMethods.h
parent90cfff26b762bd140701a2f25f0ad57e7396437c (diff)
Add Change UART Baudrate command in LCDriver
ST-Ericsson ID: 351285 ST-Ericsson FOSS-OUT ID: STETL-FOSS-OUT-10204 Change-Id: I23db5d677a9eef4771bc3a76089faf32fc60424f Reviewed-on: http://gerrit.lud.stericsson.com/gerrit/29952 Reviewed-by: QATOOLS Reviewed-by: Zoran ANCEVSKI <zoran.ancevski@seavus.com> Tested-by: Vlatko STENKOSKI Reviewed-by: QATEST Reviewed-by: Vlatko PISTOLOV <vlatko.pistolov@seavus.com> Tested-by: Vlatko PISTOLOV <vlatko.pistolov@seavus.com>
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 921a8fb..2bbf189 100644
--- a/source/LCDriverMethods.h
+++ b/source/LCDriverMethods.h
@@ -57,6 +57,7 @@ public:
// Loader methods
int Done_System_LoaderStartupStatus(char *pchVersion, int *piVersionSize, char *pchProtocol, int *piProtocolSize);
+ int Do_System_ChangeBaudRate(int iBaudRate);
int Do_System_Reboot(int iMode);
int Do_System_Shutdown();
int Do_System_SupportedCommands(TSupportedCmd *pCmdList, int *piCmdListSize);