Add RPL nodes and border router to minimal-net platform (cygwin only)

This commit is contained in:
David Kopf 2011-06-28 08:19:48 -04:00
parent 6749281a87
commit c48b7ab78d
10 changed files with 843 additions and 78 deletions

View file

@ -38,8 +38,10 @@
void wpcap_init(void);
u16_t wpcap_poll(void);
u16_t wfall_poll(void);
#if UIP_CONF_IPV6
u8_t wpcap_send(uip_lladdr_t *lladdr);
u8_t wfall_send(uip_lladdr_t *lladdr);
#else
void wpcap_send(void);
#endif