SOEM/oshw/rtk/lw_mac/lw_emac.h

13 lines
235 B
C
Raw Normal View History

2014-11-25 16:10:29 +01:00
/*
* author: Tomas Vestelind
*/
#ifndef LWIP_MAC_H
#define LWIP_MAC_H
int bfin_EMAC_init(uint8_t *enetaddr);
int bfin_EMAC_send(void *packet, int length);
int bfin_EMAC_recv(uint8_t * packet, size_t size);
#endif /* LWIP_MAC_H */