1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

sys/includes: replace kernel_defines.h

This commit is contained in:
Karl Fessel 2022-11-11 18:50:30 +01:00
parent dd9c3ba362
commit af8589059e
10 changed files with 10 additions and 10 deletions

View File

@ -30,7 +30,7 @@
#include <stdint.h>
#include "xfa.h"
#include "macros/xtstr.h"
#include "kernel_defines.h"
#include "modules.h"
#if IS_USED(MODULE_PREPROCESSOR_SUCCESSOR)
#include "preprocessor_successor.h"
#endif

View File

@ -23,7 +23,7 @@
#define CRYPTO_CIPHERS_H
#include <stdint.h>
#include "kernel_defines.h"
#include "modules.h"
#ifdef __cplusplus
extern "C" {

View File

@ -23,7 +23,7 @@
#ifndef DBGPIN_H
#define DBGPIN_H
#include "kernel_defines.h"
#include "container.h"
#include "periph/gpio.h"
#ifdef __cplusplus

View File

@ -46,7 +46,7 @@
#define EVTIMER_H
#include <stdint.h>
#include "kernel_defines.h"
#include "modules.h"
#if IS_USED(MODULE_EVTIMER_ON_ZTIMER)
#include "ztimer.h"

View File

@ -37,7 +37,7 @@
#include <stddef.h>
#include <stdint.h>
#include "kernel_defines.h"
#include "modules.h"
#ifdef __cplusplus
extern "C" {

View File

@ -40,7 +40,7 @@
#include <stdbool.h>
#include <stdint.h>
#include "kernel_defines.h"
#include "modules.h"
#ifdef __cplusplus
extern "C" {

View File

@ -23,7 +23,7 @@
#include <stdint.h>
#include "periph/pm.h"
#include "kernel_defines.h"
#include "modules.h"
#include "xfa.h"
#ifdef __cplusplus

View File

@ -25,7 +25,7 @@
#include <unistd.h>
#include "kernel_defines.h"
#include "modules.h"
#ifdef __cplusplus
extern "C" {

View File

@ -30,7 +30,7 @@
#include <strings.h>
#include <sys/types.h>
#include "kernel_defines.h"
#include "modules.h"
#ifndef STRING_UTILS_H
#define STRING_UTILS_H

View File

@ -29,7 +29,7 @@
#include "clist.h"
#include "event.h"
#include "sched.h"
#include "kernel_defines.h"
#include "modules.h"
#include "msg.h"
#include "thread.h"