Contiki 2.5
cdc-eth.h
1 #ifndef __CDC_ETH_H__NUI0ULFC7C__
2 #define __CDC_ETH_H__NUI0ULFC7C__
3 
4 #include <net/uip.h>
5 
6 /* Should be called before usb_cdc_eth_setup */
7 void
8 usb_cdc_eth_set_ifaddr(uip_ipaddr_t *addr);
9 
10 void
11 usb_cdc_eth_setup();
12 
13 #endif /* __CDC_ETH_H__NUI0ULFC7C__ */