aboutsummaryrefslogtreecommitdiffstats
path: root/include/sec.h
diff options
context:
space:
mode:
authorSimon Busch <morphis@gravedo.de>2011-10-25 19:14:04 +0200
committerSimon Busch <morphis@gravedo.de>2011-10-25 19:14:04 +0200
commitfcc205d9f852ccc72c7fed1b54d541e1319c2f1c (patch)
treecc936e240a49d178a2b97cd2a9c39b3dba57ad05 /include/sec.h
parent4771ea19e252ed3ee940a6b8e50a5a1cae93e183 (diff)
downloadhardware_replicant_libsamsung-ipc-fcc205d9f852ccc72c7fed1b54d541e1319c2f1c.tar.gz
hardware_replicant_libsamsung-ipc-fcc205d9f852ccc72c7fed1b54d541e1319c2f1c.tar.bz2
hardware_replicant_libsamsung-ipc-fcc205d9f852ccc72c7fed1b54d541e1319c2f1c.zip
Add setup method for ipc_sec_pin_status_set message
Signed-off-by: Simon Busch <morphis@gravedo.de>
Diffstat (limited to 'include/sec.h')
-rw-r--r--include/sec.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/sec.h b/include/sec.h
index a5f7651..3401a40 100644
--- a/include/sec.h
+++ b/include/sec.h
@@ -111,5 +111,8 @@ struct ipc_sec_lock_info_response {
char* ipc_sec_rsim_access_response_get_file_data(struct ipc_response *response);
+void ipc_sec_pin_status_set_setup(struct ipc_sec_pin_status_set *message,
+ unsigned char pin_type, char *pin1, char *pin2);
+
#endif