Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 1594266e authored by Linux Build Service Account's avatar Linux Build Service Account
Browse files

Merge a97a917c on remote branch

Change-Id: I03112b21430880707be1ec1b728d66c7beb14de4
parents 47dd6c62 a97a917c
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -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 */
Loading