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

Commit 70b49445 authored by Andre Eisenbach's avatar Andre Eisenbach Committed by android-build-merger
Browse files

Merge "Remove HC_BUFFER_HDR_T" am: e9bd2427

am: cd078977

Change-Id: Id395ad6449a22f6fad413aec292dfeff86bbcb14
parents dbffa5ac cd078977
Loading
Loading
Loading
Loading
+0 −10
Original line number Diff line number Diff line
@@ -80,16 +80,6 @@ typedef struct {

#define BT_HC_HDR_SIZE (sizeof(HC_BT_HDR))

typedef struct _hc_buffer_hdr {
  struct _hc_buffer_hdr* p_next; /* next buffer in the queue */
  uint8_t reserved1;
  uint8_t reserved2;
  uint8_t reserved3;
  uint8_t reserved4;
} HC_BUFFER_HDR_T;

#define BT_HC_BUFFER_HDR_SIZE (sizeof(HC_BUFFER_HDR_T))

/******************************************************************************
 *  Extern variables and functions
 *****************************************************************************/