9 lines
146 B
C
9 lines
146 B
C
#ifndef __TAPDEV_SERVICE_H__
|
|
#define __TAPDEV_SERVICE_H__
|
|
|
|
#include "contiki.h"
|
|
|
|
PROCESS_NAME(tapdev_process);
|
|
|
|
#endif /* __TAPDEV_SERVICE_H__ */
|