14 lines
199 B
C
14 lines
199 B
C
|
/*
|
||
|
* ieee802154 6lowpan in net namespaces
|
||
|
*/
|
||
|
|
||
|
#include <net/inet_frag.h>
|
||
|
|
||
|
#ifndef __NETNS_IEEE802154_6LOWPAN_H__
|
||
|
#define __NETNS_IEEE802154_6LOWPAN_H__
|
||
|
|
||
|
struct netns_ieee802154_lowpan {
|
||
|
};
|
||
|
|
||
|
#endif
|