Zephyr API Documentation
4.2.0-rc3
A Scalable Open Source RTOS
4.2.0-rc3
Toggle main menu visibility
Main Page
Related Pages
Topics
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
u
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
Zephyr API Documentation
Introduction
Deprecated List
Topics
Data Structures
Files
File List
doc
kernel
lib
modules
subsys
zephyr
acpi
app_memory
arch
audio
bluetooth
canbus
console
crypto
data
debug
devicetree
dfu
display
drivers
dsp
dt-bindings
fs
input
internal
ipc
kernel
linker
llext
logging
lorawan
math
mem_mgmt
mgmt
misc
modbus
modem
multi_heap
net
platform
pm
pmci
portability
posix
psa
random
retention
rtio
sd
sensing
settings
shell
sip_svc
stats
storage
sys
task_wdt
timing
toolchain
tracing
usb
usb_c
xen
zbus
zvfs
bindesc.h
cache.h
device.h
devicetree.h
fatal.h
fatal_types.h
init.h
irq.h
irq_multilevel.h
irq_nextlevel.h
irq_offload.h
kernel.h
kernel_includes.h
kernel_structs.h
kernel_version.h
net_buf.h
service.h
shared_irq.h
smf.h
spinlock.h
sw_isr_table.h
sys_clock.h
syscall.h
toolchain.h
types.h
Globals
•
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
12
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/sys/dlist.h
>
28
#include <
zephyr/sys/slist.h
>
29
#include <
zephyr/sys/sflist.h
>
30
#include <
zephyr/sys/util.h
>
31
#include <
zephyr/kernel/obj_core.h
>
32
#include <
zephyr/kernel_structs.h
>
33
#include <
zephyr/kernel_version.h
>
34
#include <
zephyr/syscall.h
>
35
#include <
zephyr/sys/printk.h
>
36
#include <
zephyr/arch/cpu.h
>
37
#include <
zephyr/sys/rb.h
>
38
#include <
zephyr/sys_clock.h
>
39
#include <
zephyr/spinlock.h
>
40
#include <
zephyr/fatal.h
>
41
#include <
zephyr/irq.h
>
42
#include <
zephyr/kernel/thread_stack.h
>
43
#include <
zephyr/app_memory/mem_domain.h
>
44
#include <
zephyr/sys/kobject.h
>
45
#include <
zephyr/kernel/thread.h
>
46
47
#endif
/* ZEPHYR_INCLUDE_KERNEL_INCLUDES_H_ */
__assert.h
cpu.h
dlist.h
fatal.h
Fatal error functions.
types.h
irq.h
Public interface for configuring interrupts.
thread.h
thread_stack.h
Macros for declaring thread stacks.
kernel_structs.h
kernel_version.h
kobject.h
limits.h
mem_domain.h
obj_core.h
printk.h
rb.h
sections.h
Definitions of various linker Sections.
sflist.h
slist.h
spinlock.h
Public interface for spinlocks.
atomic.h
util.h
Misc utilities.
sys_clock.h
syscall.h
toolchain.h
Macros to abstract toolchain specific capabilities.
zephyr
kernel_includes.h
Generated on
for Zephyr API Documentation by
1.14.0