summaryrefslogtreecommitdiff
path: root/zephyr/shim/include/zephyr_host_command.h
diff options
context:
space:
mode:
authorJeremy Bettis <jbettis@google.com>2022-11-14 14:48:22 -0700
committerChromeos LUCI <chromeos-scoped@luci-project-accounts.iam.gserviceaccount.com>2022-11-16 10:50:30 +0000
commit5ddb5d2ea879164a420fb7f4335d5c9d12fdf6cd (patch)
tree3d74eb966fc1b667a0cb38c95038343a56b6ee93 /zephyr/shim/include/zephyr_host_command.h
parent2bbef559d259197864a6610b04d2745274f47315 (diff)
downloadchrome-ec-5ddb5d2ea879164a420fb7f4335d5c9d12fdf6cd.tar.gz
zephyr/shim: Sort header files
Sort all headers in zephyr/test with the clang-format rules used by the zephyr project. BRANCH=None BUG=b:247100970 TEST=CQ Signed-off-by: Jeremy Bettis <jbettis@google.com> Change-Id: I5fefbad560d33e2e8be1b02d0db618a19fdd403d Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/4024019 Reviewed-by: Tomasz Michalec <tmichalec@google.com> Code-Coverage: Zoss <zoss-cl-coverage@prod.google.com> Tested-by: Jeremy Bettis <jbettis@chromium.org> Commit-Queue: Tomasz Michalec <tmichalec@google.com> Auto-Submit: Jeremy Bettis <jbettis@chromium.org>
Diffstat (limited to 'zephyr/shim/include/zephyr_host_command.h')
-rw-r--r--zephyr/shim/include/zephyr_host_command.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/zephyr/shim/include/zephyr_host_command.h b/zephyr/shim/include/zephyr_host_command.h
index e2f0a7c296..9271c6c368 100644
--- a/zephyr/shim/include/zephyr_host_command.h
+++ b/zephyr/shim/include/zephyr_host_command.h
@@ -10,9 +10,10 @@
#endif
#define __CROS_EC_ZEPHYR_HOST_COMMAND_H
-#include <zephyr/init.h>
#include <stdbool.h>
+#include <zephyr/init.h>
+
/* Initializes and runs the host command handler loop. */
void host_command_task(void *u);