lwip: merge upstream master.
This commit is contained in:
parent
5e92d55af5
commit
1e76ce25d5
3 changed files with 8 additions and 6 deletions
|
|
@ -48,9 +48,9 @@ void sdk_system_pp_recycle_rx_pkt(struct esf_buf *);
|
|||
struct pbuf;
|
||||
void pp_recycle_rx_pbuf(struct pbuf *);
|
||||
|
||||
struct tcp_seg;
|
||||
size_t ooseq_bytes_limit(struct tcp_seg *ooseq);
|
||||
size_t ooseq_pbufs_limit(struct tcp_seg *ooseq);
|
||||
struct tcp_pcb;
|
||||
size_t ooseq_bytes_limit(struct tcp_pcb *);
|
||||
size_t ooseq_pbufs_limit(struct tcp_pcb *);
|
||||
|
||||
/* Define generic types used in lwIP */
|
||||
typedef uint8_t u8_t;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue