osd-contiki/apps/ping6/ping6.h

9 lines
118 B
C
Raw Normal View History

2008-10-14 11:44:20 +02:00
#ifndef __PING6_H__
#define __PING6_H__
#include "contiki.h"
PROCESS_NAME(ping6_process);
#endif /* __PING6_H__ */