end of apps for uIPv6

This commit is contained in:
julienabeille 2008-10-14 09:44:20 +00:00
parent cdb6226598
commit 4cfc98cb7b
7 changed files with 386 additions and 0 deletions

9
apps/udp/udp.h Normal file
View file

@ -0,0 +1,9 @@
#ifndef __UDP_H__
#define __UDP_H__
#include "contiki.h"
PROCESS_NAME(udp_process_sender);
PROCESS_NAME(udp_process_receiver);
#endif /* __UDP_H__ */