Basic NETSTACK_CONF_RADIO based on kernel 802.15.4
This commit is contained in:
parent
d65b3e1ab6
commit
867368b929
4 changed files with 189 additions and 2 deletions
8
cpu/native/net/linuxradio-drv.h
Normal file
8
cpu/native/net/linuxradio-drv.h
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue