diff options
author | Simon Busch <morphis@gravedo.de> | 2012-08-29 23:47:29 +0200 |
---|---|---|
committer | Simon Busch <morphis@gravedo.de> | 2012-08-29 23:47:29 +0200 |
commit | 63d90f703a0a8b886415797584059be9c2cc1023 (patch) | |
tree | a7ded91a9597d9aa0edf3ceffb01e8b60bfb62ad /include | |
parent | 697916d7311a511c8748a62e858109d89c64034c (diff) | |
download | external_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')
-rw-r--r-- | include/sec.h | 1 |
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 |