osd-contiki/cpu/arm/common/usb/cdc-eth/cdc-eth.h

14 lines
255 B
C
Raw Normal View History

2009-07-11 16:37:11 +02:00
#ifndef __CDC_ETH_H__NUI0ULFC7C__
#define __CDC_ETH_H__NUI0ULFC7C__
#include <net/uip.h>
/* Should be called before usb_cdc_eth_setup */
void
usb_cdc_eth_set_ifaddr(uip_ipaddr_t *addr);
void
usb_cdc_eth_setup();
#endif /* __CDC_ETH_H__NUI0ULFC7C__ */