lwip: Fix compilation errors
This patch fixes the compilation errors during generation of lwip echo server app when axi ethernet is configured with AXI4-Stream Data FIFO. Signed-off-by: Kedareswara rao Appana <appanad@xilinx.com>
This commit is contained in:
parent
e11c340f01
commit
c704becf99
2 changed files with 6 additions and 0 deletions
3
ThirdParty/sw_services/lwip141/src/ChangeLog
vendored
3
ThirdParty/sw_services/lwip141/src/ChangeLog
vendored
|
@ -1,5 +1,8 @@
|
|||
Change Log for lwip
|
||||
=================================
|
||||
2015-03-12
|
||||
* Fix compilation Errors during generation of LWIP Echo server
|
||||
application (CR#853861).
|
||||
2015-02-09
|
||||
* Removed support for lltemac.
|
||||
* Made changes in axiethernet adapter files as part of general
|
||||
|
|
|
@ -90,8 +90,11 @@ typedef struct {
|
|||
|
||||
extern xaxiemacif_s xaxiemacif;
|
||||
|
||||
#ifndef XLWIP_CONFIG_INCLUDE_AXI_ETHERNET_FIFO
|
||||
s32_t is_tx_space_available(xaxiemacif_s *emac);
|
||||
s32_t process_sent_bds(XAxiDma_BdRing *txring);
|
||||
#endif
|
||||
|
||||
/* xaxiemacif_dma.c */
|
||||
#ifndef XLWIP_CONFIG_INCLUDE_AXI_ETHERNET_FIFO
|
||||
XStatus init_axi_dma(struct xemac_s *xemac);
|
||||
|
|
Loading…
Add table
Reference in a new issue