aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorSimon Busch <morphis@gravedo.de>2012-08-29 14:05:57 +0200
committerSimon Busch <morphis@gravedo.de>2012-08-29 14:07:10 +0200
commit66d5c97e407c2326c5f3dd6ae1059dd18e769c54 (patch)
treecb87ef7dd739fa4d4b4d5e1fc81382a2d0dbf1aa /include
parent3baa91e5ca8b5c5e7d6fe52023d6bd7d98e1b672 (diff)
downloadexternal_libsamsung-ipc-66d5c97e407c2326c5f3dd6ae1059dd18e769c54.zip
external_libsamsung-ipc-66d5c97e407c2326c5f3dd6ae1059dd18e769c54.tar.gz
external_libsamsung-ipc-66d5c97e407c2326c5f3dd6ae1059dd18e769c54.tar.bz2
sec: rename IPC_SEC_PIN_STATUS to IPC_SEC_SIM_STATUS
Diffstat (limited to 'include')
-rw-r--r--include/sec.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sec.h b/include/sec.h
index a85d563..b95f3cc 100644
--- a/include/sec.h
+++ b/include/sec.h
@@ -25,7 +25,7 @@
struct ipc_message_info;
/* Possible SEC related IPC message types */
-#define IPC_SEC_PIN_STATUS 0x0501
+#define IPC_SEC_SIM_STATUS 0x0501
#define IPC_SEC_PHONE_LOCK 0x0502
#define IPC_SEC_CHANGE_LOCKING_PW 0x0503
#define IPC_SEC_SIM_LANG 0x0504