Basic NETSTACK_CONF_RADIO based on kernel 802.15.4

This commit is contained in:
Vladimir Pouzanov 2013-12-05 18:21:06 +00:00 committed by Vladimir Pouzanov
parent d65b3e1ab6
commit 867368b929
4 changed files with 189 additions and 2 deletions

View file

@ -0,0 +1,8 @@
#ifndef __LINUXRADIO_DRV_H__
#define __LINUXRADIO_DRV_H__
#include "dev/radio.h"
extern const struct radio_driver linuxradio_driver;
#endif