fw-api: CL 7286965 - update fw common interface files

Change-Id: Ia7cd051bb65eeec8ca76447c47ba5b8c785b3402
HTC: add PADDING_CHECK flag in HTC header
CRs-Fixed: 2262693
此提交包含在:
spuligil
2019-06-03 18:01:15 -07:00
父節點 f8d27c8790
當前提交 d3ec259344

查看文件

@@ -120,6 +120,11 @@ typedef PREPACK struct _HTC_FRAME_HDR{
#define HTC_FLAGS_SEND_BUNDLE (1 << 1) /* start or part of bundle */
#define HTC_FLAGS_SEQ_CHECK (1 << 2) /* seq check on rx side */
#define HTC_FLAGS_CRC_CHECK (1 << 3) /* CRC check on rx side */
/* HTC_FLAGS_PADDING_CHECK
* Set by the sender to inform the receiver that the HTC packet begins
* with continuation (block) alignment padding from the prior HTC packet.
*/
#define HTC_FLAGS_PADDING_CHECK (1 << 4)
/* receive direction */
#define HTC_FLAGS_RECV_1MORE_BLOCK (1 << 0) /* bit 0 bundle trailer present */
#define HTC_FLAGS_RECV_TRAILER (1 << 1) /* bit 1 trailer data present */