mirror of
https://github.com/oliverschmidt/contiki.git
synced 2025-01-11 03:29:51 +00:00
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__ */
|