aboutsummaryrefslogtreecommitdiffstats
path: root/include/sec.h
diff options
context:
space:
mode:
authorSimon Busch <morphis@gravedo.de>2011-10-17 07:44:47 +0200
committerSimon Busch <morphis@gravedo.de>2011-10-17 08:05:40 +0200
commitc54f0cc786467f3cc4d41320e0ba409e4624dc21 (patch)
treeb0a307b9d3e1debe204566c3d3afe52f18534329 /include/sec.h
parent05843cc7a19f055887f052f00db75f6358d61cc8 (diff)
downloadexternal_libsamsung-ipc-c54f0cc786467f3cc4d41320e0ba409e4624dc21.zip
external_libsamsung-ipc-c54f0cc786467f3cc4d41320e0ba409e4624dc21.tar.gz
external_libsamsung-ipc-c54f0cc786467f3cc4d41320e0ba409e4624dc21.tar.bz2
Add a lot more enums and structs to the vala api description
Signed-off-by: Simon Busch <morphis@gravedo.de>
Diffstat (limited to 'include/sec.h')
-rw-r--r--include/sec.h13
1 files changed, 11 insertions, 2 deletions
diff --git a/include/sec.h b/include/sec.h
index 28db4f8..30df617 100644
--- a/include/sec.h
+++ b/include/sec.h
@@ -70,7 +70,11 @@ struct ipc_sec_pin_status_set {
unsigned char pin2[8];
} __attribute__((__packed__));
-struct ipc_sec_phone_lock {
+struct ipc_sec_phone_lock_request {
+ unsigned char lock_type;
+};
+
+struct ipc_sec_phone_lock_response {
unsigned char type;
unsigned char status;
} __attribute__((__packed__));
@@ -86,7 +90,12 @@ struct ipc_sec_rsim_access_response {
unsigned char len;
} __attribute__((__packed__));
-struct ipc_sec_lock_info {
+struct ipc_sec_lock_info_request {
+ unsigned char unk0;
+ unsigned char pin_type;
+} __attribute__((__packed__));
+
+struct ipc_sec_lock_info_response {
unsigned char num;
unsigned char type;
unsigned char key;