Diff between 7bf69408138aa5f65e1d5d7ba189563d559858d3 and d4453aeb8df6b076410c3a13d358f769ceef0a16
Changed Files
| File | Additions | Deletions | Status |
| android/hal-msg.h | +0 | -3 | modified |
Full Patch
diff --git a/android/hal-msg.h b/android/hal-msg.h
index e01db71..a4eb2a8 100644
--- a/android/hal-msg.h
+++ b/android/hal-msg.h
@@ -70,9 +70,6 @@ struct hal_status {
struct hal_cmd_register_module {
uint8_t service_id;
} __attribute__((packed));
-struct hal_rsp_register_module {
- uint8_t service_id;
-} __attribute__((packed));
#define HAL_OP_UNREGISTER_MODULE 0x02
struct hal_cmd_unregister_module {