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

Commit 94dfdae0 authored by Andre Eisenbach's avatar Andre Eisenbach
Browse files

Remove HC_BUFFER_HDR_T

Test: compiles
Change-Id: Ia5bf3395bd5a18a27168f05a0a2239a37ddb2c2c
parent 262b15dd
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
 *****************************************************************************/