35 #ifndef __ETHERNODE_H__
36 #define __ETHERNODE_H__
43 int ethernode_read(
void *buf,
unsigned short bufsize);
45 int ethernode_send_buf(
const void *buf,
unsigned short len);
46 void ethernode_periodic(
void);
47 void ethernode_set_receiver(
void (* recv)(
const struct radio_driver *));