mirror of
https://github.com/oliverschmidt/contiki.git
synced 2024-11-03 22:06:22 +00:00
9 lines
109 B
C
9 lines
109 B
C
#ifndef PING6_H_
|
|
#define PING6_H_
|
|
|
|
#include "contiki.h"
|
|
|
|
PROCESS_NAME(ping6_process);
|
|
|
|
#endif /* PING6_H_ */
|