aboutsummaryrefslogtreecommitdiffstats
path: root/include/sec.h
diff options
context:
space:
mode:
authorJoerie de Gram <j.de.gram@gmail.com>2011-07-28 20:50:31 +0200
committerJoerie de Gram <j.de.gram@gmail.com>2011-07-28 20:50:51 +0200
commita63200d1cbd535c28eced0b4193bd2ffd74e9b91 (patch)
treeb0540bf64b35c4ef0331e4e065c6f90df9d2adc1 /include/sec.h
parenteb964932d2708ee1bae9bdae493a4cfc5e59da5d (diff)
downloadexternal_libsamsung-ipc-a63200d1cbd535c28eced0b4193bd2ffd74e9b91.zip
external_libsamsung-ipc-a63200d1cbd535c28eced0b4193bd2ffd74e9b91.tar.gz
external_libsamsung-ipc-a63200d1cbd535c28eced0b4193bd2ffd74e9b91.tar.bz2
sec: add sim card types
Diffstat (limited to 'include/sec.h')
-rw-r--r--include/sec.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/sec.h b/include/sec.h
index 9f50ca6..f898b11 100644
--- a/include/sec.h
+++ b/include/sec.h
@@ -44,6 +44,10 @@
#define MSM_SEC_PIN_SIM_LOCK_SC_PUK_REQ 0x02
#define MSM_SEC_PIN_SIM_LOCK_SC_CARD_BLOCKED 0x05
+#define MSM_SEC_SIM_CARD_TYPE_UNKNOWN 0x00
+#define MSM_SEC_SIM_CARD_TYPE_SIM 0x01
+#define MSM_SEC_SIM_CARD_TYPE_USIM 0x02
+
struct msm_sec_pin_status {
unsigned char type;
unsigned char key;