mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-03 01:31:59 +00:00
Consistently place C++ use of extern "C" after all include directives, within the negative branch of _ASMLANGUAGE if used. The inclusion of the generated syscall files is placed outside the extern "C" block as the generated file has its own extern "C" block. Background from issue #17997: 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: Peter Bigot <peter.bigot@nordicsemi.no> |
||
---|---|---|
.. | ||
bt.h | ||
buf.h | ||
can.h | ||
coap_link_format.h | ||
coap.h | ||
dhcpv4.h | ||
dns_resolve.h | ||
dummy.h | ||
ethernet_mgmt.h | ||
ethernet_vlan.h | ||
ethernet.h | ||
gptp.h | ||
hostname.h | ||
http_parser_state.h | ||
http_parser_url.h | ||
http_parser.h | ||
ieee802154_mgmt.h | ||
ieee802154_radio.h | ||
ieee802154.h | ||
ipv4_autoconf.h | ||
lldp.h | ||
lwm2m.h | ||
mii.h | ||
mqtt.h | ||
net_config.h | ||
net_conn_mgr.h | ||
net_context.h | ||
net_core.h | ||
net_event.h | ||
net_if.h | ||
net_ip.h | ||
net_l2.h | ||
net_linkaddr.h | ||
net_mgmt.h | ||
net_offload.h | ||
net_pkt.h | ||
net_stats.h | ||
net_timeout.h | ||
openthread.h | ||
ppp.h | ||
promiscuous.h | ||
ptp_time.h | ||
sntp.h | ||
socket_can.h | ||
socket_net_mgmt.h | ||
socket_offload_ops.h | ||
socket_offload.h | ||
socket_select.h | ||
socket.h | ||
socketutils.h | ||
socks.h | ||
tls_credentials.h | ||
trickle.h | ||
udp.h | ||
wifi_mgmt.h | ||
wifi.h |