aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Kocialkowski <contact@paulk.fr>2013-06-27 16:13:19 +0200
committerPaul Kocialkowski <contact@paulk.fr>2013-06-27 16:13:19 +0200
commitddf605bc6186397a39320c8c9835d3b1c3edda30 (patch)
tree102421cd313e3c621522d4da424ee8423227da81
parentc99663fe46c3fc426d6f74ae146d1c5842764f1a (diff)
downloadexternal_libsamsung-ipc-ddf605bc6186397a39320c8c9835d3b1c3edda30.zip
external_libsamsung-ipc-ddf605bc6186397a39320c8c9835d3b1c3edda30.tar.gz
external_libsamsung-ipc-ddf605bc6186397a39320c8c9835d3b1c3edda30.tar.bz2
More cosmetics on headers
Change-Id: I16793eb395d656d551f768dd4287889c1ece52fa Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
-rw-r--r--include/pb.h2
-rw-r--r--include/sec.h1
-rw-r--r--include/ss.h32
3 files changed, 17 insertions, 18 deletions
diff --git a/include/pb.h b/include/pb.h
index 88d9432..b1a4979 100644
--- a/include/pb.h
+++ b/include/pb.h
@@ -27,7 +27,7 @@
* Types
*/
-#define IPC_PB_ACCESS 0x0601
+#define IPC_PB_ACCESS 0x0601
#define IPC_PB_STORAGE 0x0602
#define IPC_PB_STORAGE_LIST 0x0603
#define IPC_PB_ENTRY_INFO 0x0604
diff --git a/include/sec.h b/include/sec.h
index aa8693e..bc61426 100644
--- a/include/sec.h
+++ b/include/sec.h
@@ -28,7 +28,6 @@
* Types
*/
-/* Possible SEC related IPC message types */
#define IPC_SEC_SIM_STATUS 0x0501
#define IPC_SEC_PHONE_LOCK 0x0502
#define IPC_SEC_CHANGE_LOCKING_PW 0x0503
diff --git a/include/ss.h b/include/ss.h
index 9ecc0f0..0900627 100644
--- a/include/ss.h
+++ b/include/ss.h
@@ -28,27 +28,27 @@
* Types
*/
-#define IPC_SS_WAITING 0x0C01
-#define IPC_SS_CLI 0x0C02
-#define IPC_SS_BARRING 0x0C03
-#define IPC_SS_BARRING_PW 0x0C04
-#define IPC_SS_FORWARDING 0x0C05
-#define IPC_SS_INFO 0x0C06
-#define IPC_SS_MANAGE_CALL 0x0C07
-#define IPC_SS_USSD 0x0C08
-#define IPC_SS_AOC 0x0C09
-#define IPC_SS_RELEASE_COMPLETE 0x0C0A
+#define IPC_SS_WAITING 0x0C01
+#define IPC_SS_CLI 0x0C02
+#define IPC_SS_BARRING 0x0C03
+#define IPC_SS_BARRING_PW 0x0C04
+#define IPC_SS_FORWARDING 0x0C05
+#define IPC_SS_INFO 0x0C06
+#define IPC_SS_MANAGE_CALL 0x0C07
+#define IPC_SS_USSD 0x0C08
+#define IPC_SS_AOC 0x0C09
+#define IPC_SS_RELEASE_COMPLETE 0x0C0A
/*
* Values
*/
-#define IPC_SS_USSD_NO_ACTION_REQUIRE 0x01
-#define IPC_SS_USSD_ACTION_REQUIRE 0x02
-#define IPC_SS_USSD_TERMINATED_BY_NET 0x03
-#define IPC_SS_USSD_OTHER_CLIENT 0x04 //guess
-#define IPC_SS_USSD_NOT_SUPPORT 0x05 //guess
-#define IPC_SS_USSD_TIME_OUT 0x06 //guess
+#define IPC_SS_USSD_NO_ACTION_REQUIRE 0x01
+#define IPC_SS_USSD_ACTION_REQUIRE 0x02
+#define IPC_SS_USSD_TERMINATED_BY_NET 0x03
+#define IPC_SS_USSD_OTHER_CLIENT 0x04 //guess
+#define IPC_SS_USSD_NOT_SUPPORT 0x05 //guess
+#define IPC_SS_USSD_TIME_OUT 0x06 //guess
/*
* Structures