mirror of
https://github.com/oliverschmidt/contiki.git
synced 2024-11-05 19:07:41 +00:00
9 lines
118 B
C
9 lines
118 B
C
|
#ifndef __PING6_H__
|
||
|
#define __PING6_H__
|
||
|
|
||
|
#include "contiki.h"
|
||
|
|
||
|
PROCESS_NAME(ping6_process);
|
||
|
|
||
|
#endif /* __PING6_H__ */
|