aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDenis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>2020-04-04 19:11:17 +0200
committerDenis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>2020-06-27 18:41:16 +0200
commit7aa458254b0757ed4a497d4f7db62dbc89d35f8a (patch)
tree17b5eb1fc3bed36e3f6b371cb816866736f51d9a
parent77ad081b207f0756eafa66eb0d989eae5cbc4459 (diff)
downloadhardware_replicant_libsamsung-ipc-7aa458254b0757ed4a497d4f7db62dbc89d35f8a.tar.gz
hardware_replicant_libsamsung-ipc-7aa458254b0757ed4a497d4f7db62dbc89d35f8a.tar.bz2
hardware_replicant_libsamsung-ipc-7aa458254b0757ed4a497d4f7db62dbc89d35f8a.zip
includes: svc.h: switch to Linux code style
This contains no functional changes. Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org> Reviewed-by: Joonas Kylmälä <joonas.kylmala@iki.fi>
-rw-r--r--include/svc.h135
1 files changed, 67 insertions, 68 deletions
diff --git a/include/svc.h b/include/svc.h
index 6c12a25..a570271 100644
--- a/include/svc.h
+++ b/include/svc.h
@@ -26,96 +26,96 @@
* Commands
*/
-#define IPC_SVC_ENTER 0x0B01
-#define IPC_SVC_END 0x0B02
-#define IPC_SVC_PRO_KEYCODE 0x0B03
-#define IPC_SVC_SCREEN_CFG 0x0B04
-#define IPC_SVC_DISPLAY_SCREEN 0x0B05
-#define IPC_SVC_CHANGE_SVC_MODE 0x0B06
-#define IPC_SVC_DEVICE_TEST 0x0B07
-#define IPC_SVC_DEBUG_DUMP 0x0B08
-#define IPC_SVC_DEBUG_STRING 0x0B09
+#define IPC_SVC_ENTER 0x0B01
+#define IPC_SVC_END 0x0B02
+#define IPC_SVC_PRO_KEYCODE 0x0B03
+#define IPC_SVC_SCREEN_CFG 0x0B04
+#define IPC_SVC_DISPLAY_SCREEN 0x0B05
+#define IPC_SVC_CHANGE_SVC_MODE 0x0B06
+#define IPC_SVC_DEVICE_TEST 0x0B07
+#define IPC_SVC_DEBUG_DUMP 0x0B08
+#define IPC_SVC_DEBUG_STRING 0x0B09
/*
* Values
*/
-#define IPC_SVC_MODE_TEST_MANUAL 0x01
-#define IPC_SVC_MODE_TEST_AUTO 0x02
-#define IPC_SVC_MODE_NAM_EDIT 0x03
-#define IPC_SVC_MODE_MONITOR 0x04
-#define IPC_SVC_MODE_PHONE_TEST 0x05
-
-#define IPC_SVC_TYPE_ENTER 0x00
-#define IPC_SVC_TYPE_SW_VERSION_ENTER 0x01
-#define IPC_SVC_TYPE_FTA_SW_VERSION_ENTER 0x02
-#define IPC_SVC_TYPE_FTA_HW_VERSION_ENTER 0x03
-#define IPC_SVC_TYPE_ALL_VERSION_ENTER 0x04
-#define IPC_SVC_TYPE_BATTERY_INFO_ENTER 0x05
-#define IPC_SVC_TYPE_CIPHERING_PROTECTION_ENTER 0x06
-#define IPC_SVC_TYPE_INTEGRITY_PROTECTION_ENTER 0x07
-#define IPC_SVC_TYPE_IMEI_READ_ENTER 0x08
-#define IPC_SVC_TYPE_BLUETOOTH_TEST_ENTER 0x09
-#define IPC_SVC_TYPE_VIBRATOR_TEST_ENTER 0x0A
-#define IPC_SVC_TYPE_MELODY_TEST_ENTER 0x0B
-#define IPC_SVC_TYPE_MP3_TEST_ENTER 0x0C
-#define IPC_SVC_TYPE_FACTORY_RESET_ENTER 0x0D
-#define IPC_SVC_TYPE_FACTORY_PRECONFIG_ENTER 0x0E
-#define IPC_SVC_TYPE_TFS4_EXPLORE_ENTER 0x0F
-#define IPC_SVC_TYPE_RSC_FILE_VERSION_ENTER 0x11
-#define IPC_SVC_TYPE_USB_DRIVER_ENTER 0x12
-#define IPC_SVC_TYPE_USB_UART_DIAG_CONTROL_ENTER 0x13
-#define IPC_SVC_TYPE_RRC_VERSION_ENTER 0x14
-#define IPC_SVC_TYPE_GPSONE_SS_TEST_ENTER 0x15
-#define IPC_SVC_TYPE_BAND_SEL_ENTER 0x16
-#define IPC_SVC_TYPE_GCF_TESTMODE_ENTER 0x17
-#define IPC_SVC_TYPE_GSM_FACTORY_AUDIO_LB_ENTER 0x18
-#define IPC_SVC_TYPE_FACTORY_VF_TEST_ENTER 0x19
-#define IPC_SVC_TYPE_TOTAL_CALL_TIME_INFO_ENTER 0x1A
-#define IPC_SVC_TYPE_SELLOUT_SMS_ENABLE_ENTER 0x1B
-#define IPC_SVC_TYPE_SELLOUT_SMS_DISABLE_ENTER 0x1C
-#define IPC_SVC_TYPE_SELLOUT_SMS_TEST_MODE_ON 0x1D
-#define IPC_SVC_TYPE_SELLOUT_SMS_PRODUCT_MODE_ON 0x1E
-#define IPC_SVC_TYPE_GET_SELLOUT_SMS_INFO_ENTER 0x1F
-#define IPC_SVC_TYPE_TST_AUTO_ANSWER_ENTER 0x20
-#define IPC_SVC_TYPE_TST_NV_RESET_ENTER 0x21
-#define IPC_SVC_TYPE_TST_FTA_SW_VERSION_ENTER 0x22
-#define IPC_SVC_TYPE_TST_FTA_HW_VERSION_ENTER 0x23
+#define IPC_SVC_MODE_TEST_MANUAL 0x01
+#define IPC_SVC_MODE_TEST_AUTO 0x02
+#define IPC_SVC_MODE_NAM_EDIT 0x03
+#define IPC_SVC_MODE_MONITOR 0x04
+#define IPC_SVC_MODE_PHONE_TEST 0x05
+
+#define IPC_SVC_TYPE_ENTER 0x00
+#define IPC_SVC_TYPE_SW_VERSION_ENTER 0x01
+#define IPC_SVC_TYPE_FTA_SW_VERSION_ENTER 0x02
+#define IPC_SVC_TYPE_FTA_HW_VERSION_ENTER 0x03
+#define IPC_SVC_TYPE_ALL_VERSION_ENTER 0x04
+#define IPC_SVC_TYPE_BATTERY_INFO_ENTER 0x05
+#define IPC_SVC_TYPE_CIPHERING_PROTECTION_ENTER 0x06
+#define IPC_SVC_TYPE_INTEGRITY_PROTECTION_ENTER 0x07
+#define IPC_SVC_TYPE_IMEI_READ_ENTER 0x08
+#define IPC_SVC_TYPE_BLUETOOTH_TEST_ENTER 0x09
+#define IPC_SVC_TYPE_VIBRATOR_TEST_ENTER 0x0A
+#define IPC_SVC_TYPE_MELODY_TEST_ENTER 0x0B
+#define IPC_SVC_TYPE_MP3_TEST_ENTER 0x0C
+#define IPC_SVC_TYPE_FACTORY_RESET_ENTER 0x0D
+#define IPC_SVC_TYPE_FACTORY_PRECONFIG_ENTER 0x0E
+#define IPC_SVC_TYPE_TFS4_EXPLORE_ENTER 0x0F
+#define IPC_SVC_TYPE_RSC_FILE_VERSION_ENTER 0x11
+#define IPC_SVC_TYPE_USB_DRIVER_ENTER 0x12
+#define IPC_SVC_TYPE_USB_UART_DIAG_CONTROL_ENTER 0x13
+#define IPC_SVC_TYPE_RRC_VERSION_ENTER 0x14
+#define IPC_SVC_TYPE_GPSONE_SS_TEST_ENTER 0x15
+#define IPC_SVC_TYPE_BAND_SEL_ENTER 0x16
+#define IPC_SVC_TYPE_GCF_TESTMODE_ENTER 0x17
+#define IPC_SVC_TYPE_GSM_FACTORY_AUDIO_LB_ENTER 0x18
+#define IPC_SVC_TYPE_FACTORY_VF_TEST_ENTER 0x19
+#define IPC_SVC_TYPE_TOTAL_CALL_TIME_INFO_ENTER 0x1A
+#define IPC_SVC_TYPE_SELLOUT_SMS_ENABLE_ENTER 0x1B
+#define IPC_SVC_TYPE_SELLOUT_SMS_DISABLE_ENTER 0x1C
+#define IPC_SVC_TYPE_SELLOUT_SMS_TEST_MODE_ON 0x1D
+#define IPC_SVC_TYPE_SELLOUT_SMS_PRODUCT_MODE_ON 0x1E
+#define IPC_SVC_TYPE_GET_SELLOUT_SMS_INFO_ENTER 0x1F
+#define IPC_SVC_TYPE_TST_AUTO_ANSWER_ENTER 0x20
+#define IPC_SVC_TYPE_TST_NV_RESET_ENTER 0x21
+#define IPC_SVC_TYPE_TST_FTA_SW_VERSION_ENTER 0x22
+#define IPC_SVC_TYPE_TST_FTA_HW_VERSION_ENTER 0x23
/*
* Structures
*/
struct ipc_svc_enter_data {
- unsigned char mode; // IPC_SVC_MODE
- unsigned char type; // IPC_SVC_TYPE
- unsigned char magic;
+ unsigned char mode; /* IPC_SVC_MODE */
+ unsigned char type; /* IPC_SVC_TYPE */
+ unsigned char magic;
} __attribute__((__packed__));
struct ipc_svc_end_data {
- unsigned char mode; // IPC_SVC_MODE
+ unsigned char mode; /* IPC_SVC_MODE */
} __attribute__((__packed__));
struct ipc_svc_pro_keycode_data {
- unsigned char key;
+ unsigned char key;
} __attribute__((__packed__));
struct ipc_svc_screen_cfg_data {
- unsigned char count;
- unsigned char unknown;
+ unsigned char count;
+ unsigned char unknown;
} __attribute__((__packed__));
struct ipc_svc_display_screen_header {
- unsigned char count;
+ unsigned char count;
} __attribute__((__packed__));
struct ipc_svc_display_screen_entry {
- unsigned short index;
- char line[32];
+ unsigned short index;
+ char line[32];
} __attribute__((__packed__));
struct ipc_svc_change_svc_mode_data {
- unsigned char mode; // IPC_SVC_MODE
+ unsigned char mode; /* IPC_SVC_MODE */
} __attribute__((__packed__));
/*
@@ -123,11 +123,10 @@ struct ipc_svc_change_svc_mode_data {
*/
int ipc_svc_enter_setup(struct ipc_svc_enter_data *data,
- unsigned char mode, unsigned char type);
-unsigned char ipc_svc_display_screen_count_extract(const void *data, size_t size);
-struct ipc_svc_display_screen_entry *ipc_svc_display_screen_extract(const void *data,
- size_t size, unsigned int index);
+ unsigned char mode, unsigned char type);
+unsigned char ipc_svc_display_screen_count_extract(
+ const void *data, size_t size);
+struct ipc_svc_display_screen_entry *ipc_svc_display_screen_extract(
+ const void *data, size_t size, unsigned int index);
-#endif
-
-// vim:ts=4:sw=4:expandtab
+#endif /* __SAMSUNG_IPC_SVC_H__ */