2013-11-24 16:57:08 +01:00
|
|
|
#ifndef CDC_ETH_H_NUI0ULFC7C__
|
|
|
|
#define CDC_ETH_H_NUI0ULFC7C__
|
2009-07-11 16:37:11 +02:00
|
|
|
|
2013-11-22 09:17:54 +01:00
|
|
|
#include <net/ip/uip.h>
|
2009-07-11 16:37:11 +02:00
|
|
|
|
|
|
|
/* Should be called before usb_cdc_eth_setup */
|
|
|
|
void
|
|
|
|
usb_cdc_eth_set_ifaddr(uip_ipaddr_t *addr);
|
|
|
|
|
|
|
|
void
|
|
|
|
usb_cdc_eth_setup();
|
|
|
|
|
2013-11-24 16:57:08 +01:00
|
|
|
#endif /* CDC_ETH_H_NUI0ULFC7C__ */
|