zephyr/boards
Alberto Escolar Piedras 66f8075bc6 native_posix: Move include out of extern "C" block
Related to #17997, move an include out of a extern "C" block

Background:
Declarations that use C linkage should be placed within extern "C"
so the language linkage is correct when the header is included by
a C++ compiler.

Similarly #include directives should be outside the extern "C" to
ensure the language-specific default linkage is applied to any
declarations provided by the included header.

See: https://en.cppreference.com/w/cpp/language/language_linkage

Signed-off-by: Alberto Escolar Piedras <alpi@oticon.com>
2019-08-12 15:10:15 +02:00
..
arc boards: nsim: disable CONFIG_SMP by default for nsim_hs_smp 2019-08-11 21:18:38 +02:00
arm drivers: modem: ublox-sara-r4: Support SARA-U2 modems, sense VINT 2019-08-10 00:03:39 +02:00
common
nios2
posix native_posix: Move include out of extern "C" block 2019-08-12 15:10:15 +02:00
riscv
shields drivers: modem: ublox-sara-r4: Support SARA-U2 modems, sense VINT 2019-08-10 00:03:39 +02:00
x86
x86_64/qemu_x86_64
xtensa
CMakeLists.txt
index.rst
Kconfig