summaryrefslogtreecommitdiff
path: root/source/LCDriverMethods.h
diff options
context:
space:
mode:
authorGjorgji <gjorgji.petkovski@seavus.com>2011-10-19 15:22:31 +0100
committerViktor Mladenovski <viktor.mladenovski@seavus.com>2011-10-28 18:56:05 +0200
commit6a702a0d231d02360066f718c5ef4e38431ddc8a (patch)
tree0c6bd094ba2c6cecc1bd18269d975657a5d1f85e /source/LCDriverMethods.h
parent0ee6a4fffd68ec125fc7e7e0854aa10d8c09efc0 (diff)
Flash based ARB support.
ST-Ericsson ID: 344196 ST-Ericsson FOSS-OUT ID: NA Change-Id: Id4e7569ebe5f41806ceb9d57915acd434c27ef93 Reviewed-on: http://gerrit.lud.stericsson.com/gerrit/30353 Tested-by: Vlatko STENKOSKI Reviewed-by: Zoran ANCEVSKI <zoran.ancevski@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 c63cd84..fdc66f3 100644
--- a/source/LCDriverMethods.h
+++ b/source/LCDriverMethods.h
@@ -105,6 +105,7 @@ public:
int Do_Security_GetProperties(int iUnitId, int *piSize, unsigned char *puchDataBuffer);
int Do_Security_SetProperties(int iUnitId, int iSize, const unsigned char *puchDataBuffer);
int Do_Security_BindProperties();
+ int Do_Security_InitARBTable(int iType, int iLength, const unsigned char *puarbdata);
// A2 Protocol Methods
int Do_A2_System_Shutdown();