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

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

Merge "Remove HC_BUFFER_HDR_T"

am: e9bd2427

Change-Id: I72c589c900c83b6adcd229248dc5b8590a73b64b
parents 26fad94e e9bd2427
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
 *****************************************************************************/