Diff between 0721e76a596c6e1affc1d1cab8b22e4cd7b18794 and b92eb54a9fecd34e58e77c7ece9e53990cecd79a

Changed Files

File Additions Deletions Status
android/hal-msg.h +5 -5 modified

Full Patch

diff --git a/android/hal-msg.h b/android/hal-msg.h
index 4c1f42b..b7fa8fc 100644
--- a/android/hal-msg.h
+++ b/android/hal-msg.h
@@ -408,6 +408,11 @@ struct hal_rsp_health_reg_app {
 	uint16_t app_id;
 } __attribute__((packed));
 
+#define HAL_OP_HEALTH_UNREG_APP		0x02
+struct hal_cmd_health_unreg_app {
+	uint16_t app_id;
+} __attribute__((packed));
+
 #define HAL_OP_HEALTH_CONNECT_CHANNEL	0x03
 struct hal_cmd_health_connect_channel {
 	uint16_t app_id;
@@ -1115,11 +1120,6 @@ struct hal_ev_handsfree_chld {
 	uint8_t chld;
 } __attribute__((packed));
 
-#define HAL_OP_HEALTH_UNREG_APP		0x02
-struct hal_cmd_health_unreg_app {
-	uint16_t app_id;
-} __attribute__((packed));
-
 #define HAL_EV_HANDSFREE_CNUM		0x8B
 
 #define HAL_EV_HANDSFREE_CIND		0x8C