repo.or.cz
/
contiki-2.x.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Change RIME max time to fit in 16 bit timer
[contiki-2.x.git]
/
apps
/
ping6
/
ping6.h
blob
9f3c017b2a5d8b6fed7bcdc34242e8198b97026b
1
#ifndef __PING6_H__
2
#define __PING6_H__
3
4
#include
"contiki.h"
5
6
PROCESS_NAME
(
ping6_process
);
7
8
#endif
/* __PING6_H__ */