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:
Kedareswara rao Appana 2015-03-12 11:12:31 +05:30 committed by Nava kishore Manne
parent e11c340f01
commit c704becf99
2 changed files with 6 additions and 0 deletions

View file

@ -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

View file

@ -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);