mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
all: adapt to moved sched defines
This commit is contained in:
parent
7fa8b69912
commit
0b801c4de0
@ -31,7 +31,7 @@
|
||||
#endif
|
||||
|
||||
#include "mutex.h"
|
||||
#include "kernel_types.h"
|
||||
#include "sched.h"
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
|
@ -22,7 +22,7 @@
|
||||
#ifndef PIR_H
|
||||
#define PIR_H
|
||||
|
||||
#include "kernel_types.h"
|
||||
#include "sched.h"
|
||||
#include "periph/gpio.h"
|
||||
#include "stdbool.h"
|
||||
|
||||
|
@ -25,7 +25,7 @@
|
||||
#include <stdint.h>
|
||||
|
||||
#include "cib.h"
|
||||
#include "kernel_types.h"
|
||||
#include "sched.h"
|
||||
#include "mbox.h"
|
||||
#include "mutex.h"
|
||||
#include "random.h"
|
||||
|
@ -22,7 +22,7 @@
|
||||
|
||||
#include "dpl_types.h"
|
||||
|
||||
#include "kernel_types.h"
|
||||
#include "sched.h"
|
||||
#include "thread.h"
|
||||
|
||||
#ifdef __cplusplus
|
||||
|
@ -25,7 +25,7 @@ extern "C" {
|
||||
#endif
|
||||
|
||||
#include "can/candev.h"
|
||||
#include "kernel_types.h"
|
||||
#include "sched.h"
|
||||
|
||||
#ifdef MODULE_CAN_PM
|
||||
#include "xtimer.h"
|
||||
|
@ -28,7 +28,7 @@
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
#include "kernel_types.h"
|
||||
#include "sched.h"
|
||||
#include "can/can.h"
|
||||
#include "can/common.h"
|
||||
#include "can/device.h"
|
||||
|
@ -28,7 +28,7 @@
|
||||
#include <stdint.h>
|
||||
|
||||
#include "net/fib/table.h"
|
||||
#include "kernel_types.h"
|
||||
#include "sched.h"
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
|
@ -21,7 +21,7 @@
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
#include "kernel_types.h"
|
||||
#include "sched.h"
|
||||
#include "universal_address.h"
|
||||
#include "mutex.h"
|
||||
|
||||
|
@ -99,7 +99,7 @@
|
||||
#ifndef NET_GNRC_IPV6_H
|
||||
#define NET_GNRC_IPV6_H
|
||||
|
||||
#include "kernel_types.h"
|
||||
#include "sched.h"
|
||||
#include "net/gnrc.h"
|
||||
#include "thread.h"
|
||||
|
||||
|
@ -33,7 +33,7 @@
|
||||
#include <stdint.h>
|
||||
#include <stdbool.h>
|
||||
|
||||
#include "kernel_types.h"
|
||||
#include "sched.h"
|
||||
#include "msg.h"
|
||||
#ifdef MODULE_GNRC_NETIF_BUS
|
||||
#include "msg_bus.h"
|
||||
|
@ -23,7 +23,7 @@
|
||||
|
||||
#include <inttypes.h>
|
||||
|
||||
#include "kernel_types.h"
|
||||
#include "sched.h"
|
||||
#include "net/gnrc/nettype.h"
|
||||
#include "net/gnrc/pkt.h"
|
||||
|
||||
|
@ -25,7 +25,7 @@
|
||||
#include <inttypes.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
#include "kernel_types.h"
|
||||
#include "sched.h"
|
||||
#include "net/gnrc/nettype.h"
|
||||
#include "list.h"
|
||||
|
||||
|
@ -22,7 +22,7 @@
|
||||
#ifndef NET_GNRC_PKTDUMP_H
|
||||
#define NET_GNRC_PKTDUMP_H
|
||||
|
||||
#include "kernel_types.h"
|
||||
#include "sched.h"
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
|
@ -137,7 +137,7 @@
|
||||
|
||||
#include <stdbool.h>
|
||||
|
||||
#include "kernel_types.h"
|
||||
#include "sched.h"
|
||||
|
||||
#include "net/gnrc/sixlowpan/config.h"
|
||||
#include "net/gnrc/sixlowpan/frag.h"
|
||||
|
@ -88,7 +88,7 @@ gnrc_sixlowpan_frag_fb_t *gnrc_sixlowpan_frag_fb_get_by_tag(uint16_t tag);
|
||||
uint16_t gnrc_sixlowpan_frag_fb_next_tag(void);
|
||||
|
||||
#if defined(TEST_SUITES) && !defined(DOXYGEN)
|
||||
#include "kernel_types.h"
|
||||
#include "sched.h"
|
||||
|
||||
/* can't include `net/sixlowpan.h` as this would create a cyclical include */
|
||||
extern kernel_pid_t gnrc_sixlowpan_get_pid(void);
|
||||
|
@ -28,7 +28,7 @@
|
||||
|
||||
#include "clist.h"
|
||||
#include "event.h"
|
||||
#include "kernel_types.h"
|
||||
#include "sched.h"
|
||||
#include "kernel_defines.h"
|
||||
#include "msg.h"
|
||||
#include "thread.h"
|
||||
|
@ -36,7 +36,7 @@
|
||||
#include "msg.h"
|
||||
#endif /* MODULE_CORE_MSG */
|
||||
#include "mutex.h"
|
||||
#include "kernel_types.h"
|
||||
#include "sched.h"
|
||||
#include "rmutex.h"
|
||||
|
||||
#ifdef MODULE_ZTIMER_XTIMER_COMPAT
|
||||
|
@ -234,7 +234,7 @@
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
#include "kernel_types.h"
|
||||
#include "sched.h"
|
||||
#include "msg.h"
|
||||
|
||||
#ifdef __cplusplus
|
||||
|
@ -28,7 +28,7 @@
|
||||
#include "msg.h"
|
||||
#endif /* MODULE_CORE_MSG */
|
||||
#include "mutex.h"
|
||||
#include "kernel_types.h"
|
||||
#include "sched.h"
|
||||
|
||||
#include "ztimer.h"
|
||||
|
||||
|
@ -19,7 +19,7 @@
|
||||
|
||||
#include "byteorder.h"
|
||||
#include "cpu_conf.h"
|
||||
#include "kernel_types.h"
|
||||
#include "sched.h"
|
||||
#include "net/gnrc.h"
|
||||
#include "net/gnrc/icmpv6.h"
|
||||
#include "net/gnrc/sixlowpan/ctx.h"
|
||||
|
@ -27,7 +27,7 @@
|
||||
|
||||
#include "bitfield.h"
|
||||
#include "evtimer_msg.h"
|
||||
#include "kernel_types.h"
|
||||
#include "sched.h"
|
||||
#include "mutex.h"
|
||||
#include "net/eui64.h"
|
||||
#include "net/ipv6/addr.h"
|
||||
|
@ -14,7 +14,7 @@
|
||||
|
||||
#include <assert.h>
|
||||
|
||||
#include "kernel_types.h"
|
||||
#include "sched.h"
|
||||
#include "net/gnrc.h"
|
||||
#include "thread.h"
|
||||
#include "utlist.h"
|
||||
|
@ -21,7 +21,7 @@
|
||||
#include "thread.h"
|
||||
#include "sched.h"
|
||||
#include "thread.h"
|
||||
#include "kernel_types.h"
|
||||
#include "sched.h"
|
||||
|
||||
#ifdef MODULE_SCHEDSTATISTICS
|
||||
#include "schedstatistics.h"
|
||||
|
@ -26,7 +26,7 @@
|
||||
|
||||
#include "bitfield.h"
|
||||
#include "byteorder.h"
|
||||
#include "kernel_types.h"
|
||||
#include "sched.h"
|
||||
#ifdef MODULE_LUID
|
||||
#include "luid.h"
|
||||
#endif
|
||||
|
@ -26,7 +26,7 @@
|
||||
#include "vfs.h"
|
||||
#include "mutex.h"
|
||||
#include "thread.h"
|
||||
#include "kernel_types.h"
|
||||
#include "sched.h"
|
||||
#include "clist.h"
|
||||
|
||||
#define ENABLE_DEBUG 0
|
||||
|
@ -25,7 +25,7 @@
|
||||
#include "cib.h"
|
||||
#include "clist.h"
|
||||
#include "panic.h"
|
||||
#include "kernel_types.h"
|
||||
#include "sched.h"
|
||||
#include "list.h"
|
||||
#include "mbox.h"
|
||||
#include "msg.h"
|
||||
|
@ -25,7 +25,7 @@
|
||||
#include <stdio.h>
|
||||
|
||||
#include "thread.h"
|
||||
#include "kernel_types.h"
|
||||
#include "sched.h"
|
||||
|
||||
/* One stack for all threads. DON'T TRY THIS AT HOME!! */
|
||||
static char dummy_stack[THREAD_STACKSIZE_IDLE];
|
||||
|
Loading…
Reference in New Issue
Block a user