9 lines
138 B
C
9 lines
138 B
C
|
#ifndef __TAPDEV_DRV_H__
|
||
|
#define __TAPDEV_DRV_H__
|
||
|
|
||
|
#include "contiki.h"
|
||
|
|
||
|
PROCESS_NAME(tapdev_drv_process);
|
||
|
|
||
|
#endif /* __TAPDEV_DRV_H__ */
|