Zephyr API Documentation
3.0.0
A Scalable Open Source RTOS
3.0.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
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
y
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
y
z
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
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
Enumerator
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
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
linker-tool.h
Go to the documentation of this file.
1
/*
2
* Copyright (c) 2013-2014, Wind River Systems, Inc.
3
*
4
* SPDX-License-Identifier: Apache-2.0
5
*/
6
15
#ifndef ZEPHYR_INCLUDE_LINKER_LINKER_TOOL_H_
16
#define ZEPHYR_INCLUDE_LINKER_LINKER_TOOL_H_
17
18
#if defined(_LINKER)
19
#if defined(__GCC_LINKER_CMD__)
20
#include <
linker/linker-tool-gcc.h
>
21
#elif defined(__MWDT_LINKER_CMD__)
22
#include <
linker/linker-tool-mwdt.h
>
23
#else
24
#error "Unknown toolchain"
25
#endif
26
#endif
27
28
#endif
/* ZEPHYR_INCLUDE_LINKER_LINKER_TOOL_H_ */
linker-tool-gcc.h
GCC toolchain linker defs.
linker-tool-mwdt.h
Metware toolchain linker defs.
include
linker
linker-tool.h
Generated on Mon Feb 21 2022 22:43:01 for Zephyr API Documentation by
1.9.2