#ifndef __TAPDEV_DRV_H__
#define __TAPDEV_DRV_H__

#include "contiki.h"

PROCESS_NAME(tapdev_drv_process);

#endif /* __TAPDEV_DRV_H__ */