nes-proj/apps/ping6/ping6.h

9 lines
109 B
C

#ifndef PING6_H_
#define PING6_H_
#include "contiki.h"
PROCESS_NAME(ping6_process);
#endif /* PING6_H_ */