diff options
-rw-r--r-- | include/sec.h | 1 | ||||
-rw-r--r-- | vapi/samsung-ipc-1.0.vapi | 1 |
2 files changed, 2 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 diff --git a/vapi/samsung-ipc-1.0.vapi b/vapi/samsung-ipc-1.0.vapi index b53cc06..be106ad 100644 --- a/vapi/samsung-ipc-1.0.vapi +++ b/vapi/samsung-ipc-1.0.vapi @@ -244,6 +244,7 @@ namespace SamsungIpc [CCode (cname = "gint8", cprefix = "IPC_SEC_FACILITY_LOCK_TYPE_", has_type_id = false)] public enum FacilityLockType { + SC_UNLOCKED, SC_PIN1_REQ, SC_PUK_REQ, SC_CARD_BLOCKED, |