mirror of
https://github.com/oliverschmidt/contiki.git
synced 2024-11-08 23:08:29 +00:00
6 lines
143 B
C
6 lines
143 B
C
|
#ifndef __CONTIKI_INIT_NET_H__
|
||
|
#define __CONTIKI_INIT_NET_H__
|
||
|
|
||
|
void print_address(uip_ds6_addr_t *lladdr);
|
||
|
|
||
|
#endif /* __CONTIKI_INIT_NET_H__ */
|