Zephyr API Documentation
3.6.0
A Scalable Open Source RTOS
3.6.0
Toggle main menu visibility
Main Page
Related Pages
Modules
Data Structures
Data Structures
Data Structure Index
Data Fields
All
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
Variables
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerations
Enumerator
Files
File List
Globals
All
$
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Functions
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Variables
$
a
b
c
d
f
g
h
i
k
l
m
n
o
p
r
s
t
x
z
Typedefs
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Enumerations
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
x
z
Enumerator
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
x
z
Macros
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
•
All
Data Structures
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Modules
Pages
Loading...
Searching...
No Matches
kernel_includes.h
Go to the documentation of this file.
1
/*
2
* Copyright (c) 2018 Intel Corporation
3
*
4
* SPDX-License-Identifier: Apache-2.0
5
*/
6
13
#ifndef ZEPHYR_INCLUDE_KERNEL_INCLUDES_H_
14
#define ZEPHYR_INCLUDE_KERNEL_INCLUDES_H_
15
16
#ifndef ZEPHYR_INCLUDE_KERNEL_H_
17
#error Please do not include kernel-specific headers directly, use <zephyr/kernel.h> instead
18
#endif
19
20
#include <stddef.h>
21
#include <
zephyr/types.h
>
22
#include <
limits.h
>
23
#include <
zephyr/toolchain.h
>
24
#include <
zephyr/linker/sections.h
>
25
#include <
zephyr/sys/atomic.h
>
26
#include <
zephyr/sys/__assert.h
>
27
#include <
zephyr/kernel/internal/sched_priq.h
>
28
#include <
zephyr/sys/dlist.h
>
29
#include <
zephyr/sys/slist.h
>
30
#include <
zephyr/sys/sflist.h
>
31
#include <
zephyr/sys/util.h
>
32
#include <
zephyr/kernel/obj_core.h
>
33
#include <
zephyr/kernel_structs.h
>
34
#include <
zephyr/kernel_version.h
>
35
#include <
zephyr/syscall.h
>
36
#include <
zephyr/sys/printk.h
>
37
#include <zephyr/arch/cpu.h>
38
#include <
zephyr/sys/rb.h
>
39
#include <
zephyr/sys_clock.h
>
40
#include <
zephyr/spinlock.h
>
41
#include <
zephyr/fatal.h
>
42
#include <
zephyr/irq.h
>
43
#include <
zephyr/kernel/thread_stack.h
>
44
#include <
zephyr/app_memory/mem_domain.h
>
45
#include <
zephyr/sys/kobject.h
>
46
#include <
zephyr/kernel/thread.h
>
47
/* FIXME This needs to be removed. Exposes some private APIs to SOF */
48
#include <
zephyr/kernel/internal/smp.h
>
49
50
#endif
/* ZEPHYR_INCLUDE_KERNEL_INCLUDES_H_ */
__assert.h
atomic.h
dlist.h
fatal.h
Fatal error functions.
kobject.h
sys_clock.h
Variables needed for system clock.
types.h
irq.h
Public interface for configuring interrupts.
smp.h
thread.h
thread_stack.h
Macros for declaring thread stacks.
kernel_structs.h
kernel_version.h
limits.h
mem_domain.h
obj_core.h
printk.h
rb.h
sched_priq.h
sections.h
Definitions of various linker Sections.
sflist.h
slist.h
spinlock.h
Public interface for spinlocks.
syscall.h
toolchain.h
Macros to abstract toolchain specific capabilities.
util.h
Misc utilities.
zephyr
kernel_includes.h
Generated on Sat Feb 24 2024 03:45:05 for Zephyr API Documentation by
1.9.6