mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-15 17:43:51 +01:00
gnrc/include: replace kernel_defines.h
This commit is contained in:
parent
768451bf09
commit
b70d6c7fd7
@ -21,7 +21,7 @@
|
|||||||
#ifndef NET_GNRC_IPV6_NIB_ABR_H
|
#ifndef NET_GNRC_IPV6_NIB_ABR_H
|
||||||
#define NET_GNRC_IPV6_NIB_ABR_H
|
#define NET_GNRC_IPV6_NIB_ABR_H
|
||||||
|
|
||||||
#include <kernel_defines.h>
|
#include "modules.h"
|
||||||
|
|
||||||
/* prevent cascading include error to xtimer if it is not compiled in or not
|
/* prevent cascading include error to xtimer if it is not compiled in or not
|
||||||
* supported by board */
|
* supported by board */
|
||||||
|
|||||||
@ -21,7 +21,7 @@
|
|||||||
#ifndef NET_GNRC_IPV6_NIB_CONF_H
|
#ifndef NET_GNRC_IPV6_NIB_CONF_H
|
||||||
#define NET_GNRC_IPV6_NIB_CONF_H
|
#define NET_GNRC_IPV6_NIB_CONF_H
|
||||||
|
|
||||||
#include <kernel_defines.h>
|
#include "modules.h"
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
extern "C" {
|
extern "C" {
|
||||||
|
|||||||
@ -21,7 +21,7 @@
|
|||||||
#define NET_GNRC_IPV6_NIB_PL_H
|
#define NET_GNRC_IPV6_NIB_PL_H
|
||||||
|
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
#include <kernel_defines.h>
|
#include "modules.h"
|
||||||
|
|
||||||
#if IS_USED(MODULE_EVTIMER)
|
#if IS_USED(MODULE_EVTIMER)
|
||||||
#include "evtimer.h"
|
#include "evtimer.h"
|
||||||
|
|||||||
@ -18,7 +18,7 @@
|
|||||||
#ifndef NET_GNRC_LORAWAN_REGION_H
|
#ifndef NET_GNRC_LORAWAN_REGION_H
|
||||||
#define NET_GNRC_LORAWAN_REGION_H
|
#define NET_GNRC_LORAWAN_REGION_H
|
||||||
|
|
||||||
#include "kernel_defines.h"
|
#include "modules.h"
|
||||||
#include "net/gnrc/lorawan.h"
|
#include "net/gnrc/lorawan.h"
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
|
|||||||
@ -21,7 +21,7 @@
|
|||||||
* @author Shuguo Zhuo <shuguo.zhuo@inria.fr>
|
* @author Shuguo Zhuo <shuguo.zhuo@inria.fr>
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "kernel_defines.h"
|
#include "modules.h"
|
||||||
|
|
||||||
#ifndef NET_GNRC_MAC_MAC_H
|
#ifndef NET_GNRC_MAC_MAC_H
|
||||||
#define NET_GNRC_MAC_MAC_H
|
#define NET_GNRC_MAC_MAC_H
|
||||||
|
|||||||
@ -20,7 +20,7 @@
|
|||||||
#ifndef NET_GNRC_NETIF_CONF_H
|
#ifndef NET_GNRC_NETIF_CONF_H
|
||||||
#define NET_GNRC_NETIF_CONF_H
|
#define NET_GNRC_NETIF_CONF_H
|
||||||
|
|
||||||
#include <kernel_defines.h>
|
#include "modules.h"
|
||||||
|
|
||||||
#include "net/dhcpv6/client.h"
|
#include "net/dhcpv6/client.h"
|
||||||
#include "net/ieee802154.h"
|
#include "net/ieee802154.h"
|
||||||
|
|||||||
@ -21,7 +21,7 @@
|
|||||||
#ifndef NET_GNRC_NETIF_INTERNAL_H
|
#ifndef NET_GNRC_NETIF_INTERNAL_H
|
||||||
#define NET_GNRC_NETIF_INTERNAL_H
|
#define NET_GNRC_NETIF_INTERNAL_H
|
||||||
|
|
||||||
#include <kernel_defines.h>
|
#include "modules.h"
|
||||||
|
|
||||||
#include "net/gnrc/netif.h"
|
#include "net/gnrc/netif.h"
|
||||||
#include "net/l2util.h"
|
#include "net/l2util.h"
|
||||||
|
|||||||
@ -18,7 +18,7 @@
|
|||||||
#ifndef NET_GNRC_NETIF_IPV6_H
|
#ifndef NET_GNRC_NETIF_IPV6_H
|
||||||
#define NET_GNRC_NETIF_IPV6_H
|
#define NET_GNRC_NETIF_IPV6_H
|
||||||
|
|
||||||
#include <kernel_defines.h>
|
#include "modules.h"
|
||||||
|
|
||||||
#include "evtimer_msg.h"
|
#include "evtimer_msg.h"
|
||||||
#include "net/ipv6/addr.h"
|
#include "net/ipv6/addr.h"
|
||||||
|
|||||||
@ -35,7 +35,7 @@
|
|||||||
|
|
||||||
#include <inttypes.h>
|
#include <inttypes.h>
|
||||||
|
|
||||||
#include "kernel_defines.h"
|
#include "modules.h"
|
||||||
#include "net/ethertype.h"
|
#include "net/ethertype.h"
|
||||||
#include "net/protnum.h"
|
#include "net/protnum.h"
|
||||||
|
|
||||||
|
|||||||
@ -143,7 +143,7 @@
|
|||||||
|
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
#include "kernel_defines.h"
|
#include "modules.h"
|
||||||
#include "net/gnrc.h"
|
#include "net/gnrc.h"
|
||||||
#include "net/gnrc/ipv6.h"
|
#include "net/gnrc/ipv6.h"
|
||||||
#include "net/ipv6/addr.h"
|
#include "net/ipv6/addr.h"
|
||||||
|
|||||||
@ -21,7 +21,7 @@
|
|||||||
#ifndef NET_GNRC_SIXLOWPAN_CONFIG_H
|
#ifndef NET_GNRC_SIXLOWPAN_CONFIG_H
|
||||||
#define NET_GNRC_SIXLOWPAN_CONFIG_H
|
#define NET_GNRC_SIXLOWPAN_CONFIG_H
|
||||||
|
|
||||||
#include "kernel_defines.h"
|
#include "modules.h"
|
||||||
#include "timex.h"
|
#include "timex.h"
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
|
|||||||
@ -31,7 +31,7 @@
|
|||||||
|
|
||||||
#include "net/ipv6/addr.h"
|
#include "net/ipv6/addr.h"
|
||||||
#include "timex.h"
|
#include "timex.h"
|
||||||
#include <kernel_defines.h>
|
#include "modules.h"
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
extern "C" {
|
extern "C" {
|
||||||
|
|||||||
@ -30,7 +30,7 @@
|
|||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
|
|
||||||
#include "congure.h"
|
#include "congure.h"
|
||||||
#include "kernel_defines.h"
|
#include "modules.h"
|
||||||
#include "net/gnrc/sixlowpan/frag/sfr.h"
|
#include "net/gnrc/sixlowpan/frag/sfr.h"
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
|
|||||||
@ -24,7 +24,7 @@
|
|||||||
#include "clist.h"
|
#include "clist.h"
|
||||||
#include "congure.h"
|
#include "congure.h"
|
||||||
#include "evtimer_msg.h"
|
#include "evtimer_msg.h"
|
||||||
#include "kernel_defines.h"
|
#include "modules.h"
|
||||||
#include "msg.h"
|
#include "msg.h"
|
||||||
#include "xtimer.h"
|
#include "xtimer.h"
|
||||||
|
|
||||||
|
|||||||
@ -25,7 +25,7 @@
|
|||||||
#include <stdbool.h>
|
#include <stdbool.h>
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
|
|
||||||
#include "kernel_defines.h"
|
#include "modules.h"
|
||||||
#include "net/gnrc/netif.h"
|
#include "net/gnrc/netif.h"
|
||||||
#include "net/gnrc/sixlowpan/config.h"
|
#include "net/gnrc/sixlowpan/config.h"
|
||||||
#ifdef MODULE_GNRC_SIXLOWPAN_FRAG
|
#ifdef MODULE_GNRC_SIXLOWPAN_FRAG
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user