mirror of
https://github.com/oliverschmidt/contiki.git
synced 2025-02-08 03:31:21 +00:00
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__ */
|