Contiki 3.x
ping6.h
1 #ifndef PING6_H_
2 #define PING6_H_
3 
4 #include "contiki.h"
5 
6 PROCESS_NAME(ping6_process);
7 
8 #endif /* PING6_H_ */
#define PROCESS_NAME(name)
Declare the name of a process.
Definition: process.h:286