aboutsummaryrefslogtreecommitdiffstats
path: root/include/sec.h
diff options
context:
space:
mode:
authorSimon Busch <morphis@gravedo.de>2012-08-29 23:47:29 +0200
committerSimon Busch <morphis@gravedo.de>2012-08-29 23:47:29 +0200
commit63d90f703a0a8b886415797584059be9c2cc1023 (patch)
treea7ded91a9597d9aa0edf3ceffb01e8b60bfb62ad /include/sec.h
parent697916d7311a511c8748a62e858109d89c64034c (diff)
downloadexternal_libsamsung-ipc-63d90f703a0a8b886415797584059be9c2cc1023.zip
external_libsamsung-ipc-63d90f703a0a8b886415797584059be9c2cc1023.tar.gz
external_libsamsung-ipc-63d90f703a0a8b886415797584059be9c2cc1023.tar.bz2
sec: add IPC_SEC_FACILITY_LOCK_TYPE_SC_UNLOCKED type
Diffstat (limited to 'include/sec.h')
-rw-r--r--include/sec.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/sec.h b/include/sec.h
index 0e1245d..c48ee11 100644
--- a/include/sec.h
+++ b/include/sec.h
@@ -59,6 +59,7 @@ struct ipc_message_info;
#define IPC_SEC_FACILITY_TYPE_PC 0x08
/* SIM card (SC) facility lock types */
+#define IPC_SEC_FACILITY_LOCK_TYPE_SC_UNLOCKED 0x00
#define IPC_SEC_FACILITY_LOCK_TYPE_SC_PIN1_REQ 0x01
#define IPC_SEC_FACILITY_LOCK_TYPE_SC_PUK_REQ 0x02
#define IPC_SEC_FACILITY_LOCK_TYPE_SC_CARD_BLOCKED 0x05