This is GR_PEACH_WlanBP3595 class library. The base library is EthernetInterface.
Dependents: GR-PEACH_WlanBP3595AP GR-PEACH_WlanBP3595STA
lwip-wifi/arch/rza1_bp3595_emac.h@0:41941ba775eb, 2016-05-24 (annotated)
- Committer:
- tousaki
- Date:
- Tue May 24 10:17:15 2016 +0000
- Revision:
- 0:41941ba775eb
Created 1st version.
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
tousaki | 0:41941ba775eb | 1 | #ifndef _RZA1_BP3595_EMAC_H_ |
tousaki | 0:41941ba775eb | 2 | #define _RZA1_BP3595_EMAC_H_ |
tousaki | 0:41941ba775eb | 3 | |
tousaki | 0:41941ba775eb | 4 | #include "lwip/opt.h" |
tousaki | 0:41941ba775eb | 5 | #include "lwip/def.h" |
tousaki | 0:41941ba775eb | 6 | #include "lwip/mem.h" |
tousaki | 0:41941ba775eb | 7 | #include "lwip/pbuf.h" |
tousaki | 0:41941ba775eb | 8 | #include "lwip/sys.h" |
tousaki | 0:41941ba775eb | 9 | #include "lwip/stats.h" |
tousaki | 0:41941ba775eb | 10 | #include "lwip/snmp.h" |
tousaki | 0:41941ba775eb | 11 | #include "netif/etharp.h" |
tousaki | 0:41941ba775eb | 12 | #include "netif/ppp_oe.h" |
tousaki | 0:41941ba775eb | 13 | |
tousaki | 0:41941ba775eb | 14 | #ifdef __cplusplus |
tousaki | 0:41941ba775eb | 15 | extern "C" { |
tousaki | 0:41941ba775eb | 16 | #endif |
tousaki | 0:41941ba775eb | 17 | |
tousaki | 0:41941ba775eb | 18 | /* Function */ |
tousaki | 0:41941ba775eb | 19 | void rza1_bp3595_input(void *buff, u16_t recv_size); |
tousaki | 0:41941ba775eb | 20 | void rza1_bp3595_connected(void); |
tousaki | 0:41941ba775eb | 21 | void rza1_bp3595_disconnected(void); |
tousaki | 0:41941ba775eb | 22 | |
tousaki | 0:41941ba775eb | 23 | #ifdef __cplusplus |
tousaki | 0:41941ba775eb | 24 | } |
tousaki | 0:41941ba775eb | 25 | #endif |
tousaki | 0:41941ba775eb | 26 | |
tousaki | 0:41941ba775eb | 27 | #endif /* _RZA1_BP3595_EMAC_H_ */ |