From da3242767a2fa5b0143569db9063504386b6381a Mon Sep 17 00:00:00 2001 From: Paul Kocialkowski Date: Sat, 25 Jan 2014 22:12:57 +0100 Subject: Types are not commands Signed-off-by: Paul Kocialkowski --- include/call.h | 2 +- include/disp.h | 2 +- include/gen.h | 2 +- include/gprs.h | 2 +- include/imei.h | 2 +- include/misc.h | 2 +- include/net.h | 2 +- include/pb.h | 2 +- include/protocol.h | 2 +- include/pwr.h | 2 +- include/rfs.h | 2 +- include/sat.h | 2 +- include/sec.h | 2 +- include/sms.h | 2 +- include/snd.h | 2 +- include/ss.h | 2 +- include/svc.h | 2 +- 17 files changed, 17 insertions(+), 17 deletions(-) diff --git a/include/call.h b/include/call.h index 67fabea..5c0759f 100644 --- a/include/call.h +++ b/include/call.h @@ -24,7 +24,7 @@ #define __SAMSUNG_IPC_CALL_H__ /* - * Types + * Commands */ #define IPC_CALL_OUTGOING 0x0201 diff --git a/include/disp.h b/include/disp.h index 5d5c248..f16265d 100644 --- a/include/disp.h +++ b/include/disp.h @@ -24,7 +24,7 @@ #define __SAMSUNG_IPC_DISP_H__ /* - * Types + * Commands */ #define IPC_DISP_ICON_INFO 0x0701 diff --git a/include/gen.h b/include/gen.h index 5651bf8..2856920 100644 --- a/include/gen.h +++ b/include/gen.h @@ -24,7 +24,7 @@ #define __SAMSUNG_IPC_GEN_H__ /* - * Types + * Commands */ #define IPC_GEN_PHONE_RES 0x8001 diff --git a/include/gprs.h b/include/gprs.h index df5915d..e08d4d7 100644 --- a/include/gprs.h +++ b/include/gprs.h @@ -24,7 +24,7 @@ #define __SAMSUNG_IPC_GPRS_H__ /* - * Types + * Commands */ #define IPC_GPRS_DEFINE_PDP_CONTEXT 0x0D01 diff --git a/include/imei.h b/include/imei.h index 4380ca6..be867e7 100644 --- a/include/imei.h +++ b/include/imei.h @@ -23,7 +23,7 @@ #define __SAMSUNG_IPC_IMEI_H__ /* - * Types + * Commands */ #define IPC_IMEI_START 0x1001 diff --git a/include/misc.h b/include/misc.h index 4537829..f3fee2f 100644 --- a/include/misc.h +++ b/include/misc.h @@ -25,7 +25,7 @@ #define __SAMSUNG_IPC_MISC_H__ /* - * Types + * Commands */ #define IPC_MISC_ME_VERSION 0x0A01 diff --git a/include/net.h b/include/net.h index 85bc734..274c891 100644 --- a/include/net.h +++ b/include/net.h @@ -25,7 +25,7 @@ #define __SAMSUNG_IPC_NET_H__ /* - * Types + * Commands */ #define IPC_NET_PREF_PLMN 0x0801 diff --git a/include/pb.h b/include/pb.h index a1832d6..d525755 100644 --- a/include/pb.h +++ b/include/pb.h @@ -23,7 +23,7 @@ #define __SAMSUNG_IPC_PB_H__ /* - * Types + * Commands */ #define IPC_PB_ACCESS 0x0601 diff --git a/include/protocol.h b/include/protocol.h index b761c60..a841ee3 100644 --- a/include/protocol.h +++ b/include/protocol.h @@ -23,7 +23,7 @@ #define __SAMSUNG_IPC_PROTOCOL_H__ /* - * Types + * Commands */ /* AP -> Baseband */ diff --git a/include/pwr.h b/include/pwr.h index 4a4783d..2b6e8ac 100644 --- a/include/pwr.h +++ b/include/pwr.h @@ -25,7 +25,7 @@ #define __SAMSUNG_IPC_PWR_H__ /* - * Types + * Commands */ #define IPC_PWR_PHONE_PWR_UP 0x0101 diff --git a/include/rfs.h b/include/rfs.h index 2e2ffd4..625c075 100644 --- a/include/rfs.h +++ b/include/rfs.h @@ -23,7 +23,7 @@ #define __SAMSUNG_IPC_RFS_H__ /* - * Types + * Commands */ #define IPC_RFS_NV_READ_ITEM 0x4201 diff --git a/include/sat.h b/include/sat.h index e4d9154..e36c5c0 100644 --- a/include/sat.h +++ b/include/sat.h @@ -23,7 +23,7 @@ #define __SAMSUNG_IPC_SAT_H__ /* - * Types + * Commands */ #define IPC_SAT_PROFILE_DOWNLOAD 0x0E01 diff --git a/include/sec.h b/include/sec.h index 50d7897..74e1ff8 100644 --- a/include/sec.h +++ b/include/sec.h @@ -24,7 +24,7 @@ #define __SAMSUNG_IPC_SEC_H__ /* - * Types + * Commands */ #define IPC_SEC_SIM_STATUS 0x0501 diff --git a/include/sms.h b/include/sms.h index 257e5a1..9295372 100644 --- a/include/sms.h +++ b/include/sms.h @@ -24,7 +24,7 @@ #define __SAMSUNG_IPC_SMS_H__ /* - * Types + * Commands */ #define IPC_SMS_SEND_MSG 0x0401 diff --git a/include/snd.h b/include/snd.h index e36f061..ff3a0b1 100644 --- a/include/snd.h +++ b/include/snd.h @@ -23,7 +23,7 @@ #define __SAMSUNG_IPC_SND_H__ /* - * Types + * Commands */ #define IPC_SND_SPKR_VOLUME_CTRL 0x0901 diff --git a/include/ss.h b/include/ss.h index 64151ea..3fd9dfd 100644 --- a/include/ss.h +++ b/include/ss.h @@ -24,7 +24,7 @@ #define __SAMSUNG_IPC_SS_H__ /* - * Types + * Commands */ #define IPC_SS_WAITING 0x0C01 diff --git a/include/svc.h b/include/svc.h index 52df23a..9247d2e 100644 --- a/include/svc.h +++ b/include/svc.h @@ -23,7 +23,7 @@ #define __SAMSUNG_IPC_SVC_H__ /* - * Types + * Commands */ #define IPC_SVC_ENTER 0x0B01 -- cgit v1.1