This is lwip-eth library for WlanBP3595 library. We forked lwip-eth library. We changed the driver.

Fork of lwip-eth by mbed official

Committer:
tousaki
Date:
Fri Dec 25 05:53:36 2015 +0000
Revision:
30:67a5fc1532c0
We forked lwip-eth library.; We changed the driver.

Who changed what in which revision?

UserRevisionLine numberNew contents of line
tousaki 30:67a5fc1532c0 1 #ifndef _RZA1_BP3595_EMAC_H_
tousaki 30:67a5fc1532c0 2 #define _RZA1_BP3595_EMAC_H_
tousaki 30:67a5fc1532c0 3
tousaki 30:67a5fc1532c0 4 #include "lwip/opt.h"
tousaki 30:67a5fc1532c0 5 #include "lwip/def.h"
tousaki 30:67a5fc1532c0 6 #include "lwip/mem.h"
tousaki 30:67a5fc1532c0 7 #include "lwip/pbuf.h"
tousaki 30:67a5fc1532c0 8 #include "lwip/sys.h"
tousaki 30:67a5fc1532c0 9 #include "lwip/stats.h"
tousaki 30:67a5fc1532c0 10 #include "lwip/snmp.h"
tousaki 30:67a5fc1532c0 11 #include "netif/etharp.h"
tousaki 30:67a5fc1532c0 12 #include "netif/ppp_oe.h"
tousaki 30:67a5fc1532c0 13
tousaki 30:67a5fc1532c0 14 #ifdef __cplusplus
tousaki 30:67a5fc1532c0 15 extern "C" {
tousaki 30:67a5fc1532c0 16 #endif
tousaki 30:67a5fc1532c0 17
tousaki 30:67a5fc1532c0 18 /* Function */
tousaki 30:67a5fc1532c0 19 void rza1_bp3595_input(void *buff, u16_t recv_size);
tousaki 30:67a5fc1532c0 20 void rza1_bp3595_connected(void);
tousaki 30:67a5fc1532c0 21 void rza1_bp3595_disconnected(void);
tousaki 30:67a5fc1532c0 22
tousaki 30:67a5fc1532c0 23 #ifdef __cplusplus
tousaki 30:67a5fc1532c0 24 }
tousaki 30:67a5fc1532c0 25 #endif
tousaki 30:67a5fc1532c0 26
tousaki 30:67a5fc1532c0 27 #endif /* _RZA1_BP3595_EMAC_H_ */