Diff between 3917177c4067a33f38259b38a87d190a10c37e25 and 20c02f68b803850aab925f57b5eaee120fb8f17a
Changed Files
| File | Additions | Deletions | Status |
| android/hal-msg.h | +1 | -0 | modified |
Full Patch
diff --git a/android/hal-msg.h b/android/hal-msg.h
index 9dcfbf6..a1b539f 100644
--- a/android/hal-msg.h
+++ b/android/hal-msg.h
@@ -29,6 +29,7 @@ struct hal_msg_hdr {
uint8_t service_id;
uint8_t opcode;
uint16_t len;
+ uint8_t payload[0];
} __attribute__((packed));
#define HAL_SERVICE_ID_CORE 0