summaryrefslogtreecommitdiff
path: root/zephyr/test/drivers/default/src/port80.c
diff options
context:
space:
mode:
Diffstat (limited to 'zephyr/test/drivers/default/src/port80.c')
-rw-r--r--zephyr/test/drivers/default/src/port80.c11
1 files changed, 6 insertions, 5 deletions
diff --git a/zephyr/test/drivers/default/src/port80.c b/zephyr/test/drivers/default/src/port80.c
index 6bde1392c7..8563c2e478 100644
--- a/zephyr/test/drivers/default/src/port80.c
+++ b/zephyr/test/drivers/default/src/port80.c
@@ -8,18 +8,19 @@
* @brief Unit Tests for ESPI port 80 writes
*/
+#include <zephyr/logging/log.h>
+#include <zephyr/shell/shell.h>
+#include <zephyr/kernel.h>
+#include <zephyr/ztest.h>
+
#include "console.h"
#include "ec_commands.h"
#include "host_command.h"
#include "port80.h"
+
#include "test/drivers/test_state.h"
#include "test/drivers/utils.h"
-#include <zephyr/kernel.h>
-#include <zephyr/logging/log.h>
-#include <zephyr/shell/shell.h>
-#include <zephyr/ztest.h>
-
/*
* Flush any existing writes.
*/