aboutsummaryrefslogtreecommitdiffstats
path: root/include/sec.h
diff options
context:
space:
mode:
authorPaul Kocialkowski <contact@paulk.fr>2012-09-06 22:09:46 +0200
committerPaul Kocialkowski <contact@paulk.fr>2012-09-06 22:09:46 +0200
commite426cc47a0939cbd5b76137f4e4bd752100fadc0 (patch)
treebd9d7901e837c61c4a29ad29e13044e2c81cd6a5 /include/sec.h
parent7b05368760fe11d57b108387d9c9cd0ce379a737 (diff)
downloadexternal_libsamsung-ipc-e426cc47a0939cbd5b76137f4e4bd752100fadc0.zip
external_libsamsung-ipc-e426cc47a0939cbd5b76137f4e4bd752100fadc0.tar.gz
external_libsamsung-ipc-e426cc47a0939cbd5b76137f4e4bd752100fadc0.tar.bz2
sec: Corrected comments about data types
Change-Id: Ia139f8d5cf42047c95024ebbdb296e8aed530ea9 Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
Diffstat (limited to 'include/sec.h')
-rw-r--r--include/sec.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/sec.h b/include/sec.h
index c48ee11..4f91d6d 100644
--- a/include/sec.h
+++ b/include/sec.h
@@ -87,7 +87,7 @@ struct ipc_sec_sim_status_response {
} __attribute__((__packed__));
struct ipc_sec_pin_status_set {
- /* IPC_SEC_PIN_TYPE_... */
+ /* IPC_SEC_SIM_STATUS_... */
unsigned char type;
unsigned char length1;
unsigned char length2;
@@ -96,7 +96,7 @@ struct ipc_sec_pin_status_set {
} __attribute__((__packed__));
struct ipc_sec_phone_lock_set {
- /* IPC_SEC_PIN_... */
+ /* IPC_SEC_SIM_STATUS_... */
unsigned char type;
unsigned char lock; /* 1: lock, 0: unlock */
unsigned char length;