38 void CC_FASTCALL ethernet_init(
struct ethernet_config *config);
39 uint16_t ethernet_poll(
void);
40 void ethernet_send(
void);
41 void ethernet_exit(
void);
#define CC_FASTCALL
Configure if the C compiler supports fastcall function declarations.