zephyr/subsys/net/l2
Florian Grandel 6b09d0e791 net: l2: ieee802154: apply clang format
This change makes the files which are part of this changeset comply to
the project's coding style rules as defined in .clang-format.

This required addition of some forward declarations and additional
dependencies into header files as some of them depended on the order of
header inclusion which was changed due to alphabetical ordering of
includes.

Background: .clang-format states "SortIncludes:true" which will force
re-ording of include-statements which in turn might break the build if
header file inclusion is not order-independent.

Signed-off-by: Florian Grandel <jerico.dev@gmail.com>
2022-08-04 13:44:06 +02:00
..
bluetooth all: logging: Remove log_strdup function 2022-06-23 13:42:23 +02:00
canbus drivers: net: canbus: move CAN bus network driver to drivers/net 2022-07-13 10:34:51 +02:00
dummy subsystems: migrate includes to <zephyr/...> 2022-05-09 12:07:35 +02:00
ethernet net: pkt: Add ll_proto_type field 2022-08-01 18:02:20 +02:00
ieee802154 net: l2: ieee802154: apply clang format 2022-08-04 13:44:06 +02:00
openthread net: openthread: fix mbedtls config when SRP is enabled 2022-07-14 10:31:56 +02:00
ppp all: logging: Remove log_strdup function 2022-06-23 13:42:23 +02:00
virtual net: ipip: Remove unused variable 2022-06-27 08:51:18 -05:00
wifi subsystems: migrate includes to <zephyr/...> 2022-05-09 12:07:35 +02:00
CMakeLists.txt
Kconfig net: l2: ieee802154: improve inline comments 2022-08-04 13:44:06 +02:00