mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-18 12:52:44 +01:00
nettype: introduce type for ng_netif_hdr_t
This commit is contained in:
parent
db8cbc7afa
commit
79e76d05a0
@ -37,6 +37,11 @@ extern "C" {
|
||||
* @note Expand at will.
|
||||
*/
|
||||
typedef enum {
|
||||
/**
|
||||
* @brief Protocol is as defined in @ref ng_netif_hdr_t. Not usable with
|
||||
* @ref net_ng_netreg
|
||||
*/
|
||||
NG_NETTYPE_NETIF = -1,
|
||||
NG_NETTYPE_UNDEF = 0, /**< Protocol is undefined */
|
||||
|
||||
#ifdef MODULE_NG_SIXLOWPAN
|
||||
|
Loading…
Reference in New Issue
Block a user