zephyr/subsys
Jukka Rissanen 5c05ef5101 net: Move include files outside of extern "C" block
This is related to findings in #17997 and changes network related
header files to have include files outside of extern "C" { } block.

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: Jukka Rissanen <jukka.rissanen@linux.intel.com>
2019-08-06 14:46:36 +03:00
..
bluetooth Bluetooth: Shell: Fix unregister GATT Metrics vendor service 2019-08-05 21:50:41 +02:00
console
cpp cpp: support for 64-bit constructors 2019-07-30 18:55:34 -07:00
debug riscv32: rename to riscv 2019-08-02 13:54:48 -07:00
dfu dfu: make flash_img write to flash on buffer full 2019-07-29 10:22:51 +02:00
disk disk: fixing the sending of commands with r1 response 2019-08-01 11:52:57 -04:00
fb scripts: gen_cfb_font_header: modify to replicate cfb fonts 2019-07-31 05:43:50 -04:00
fs fs/nvs: fix the sector size check 2019-08-05 13:20:07 +02:00
jwt
logging riscv32: rename to riscv 2019-08-02 13:54:48 -07:00
mgmt mcumgr: select NET_BUF when MCUMGR=y 2019-07-29 11:13:41 +02:00
net net: Move include files outside of extern "C" block 2019-08-06 14:46:36 +03:00
power
random
settings Settings: Initialize settings_lock mutex 2019-08-05 21:48:22 +02:00
shell shell: Fix undefined macro warnings 2019-07-24 16:34:31 -04:00
stats
storage subsys/storage/flash_map: detect missing flash device 2019-07-24 09:20:56 -04:00
testsuite riscv32: rename to riscv 2019-08-02 13:54:48 -07:00
usb
CMakeLists.txt
Kconfig