summaryrefslogtreecommitdiff
path: root/zephyr/shim/chip/npcx/npcx_monitor/npcx_monitor.c
diff options
context:
space:
mode:
Diffstat (limited to 'zephyr/shim/chip/npcx/npcx_monitor/npcx_monitor.c')
-rw-r--r--zephyr/shim/chip/npcx/npcx_monitor/npcx_monitor.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/zephyr/shim/chip/npcx/npcx_monitor/npcx_monitor.c b/zephyr/shim/chip/npcx/npcx_monitor/npcx_monitor.c
index e3fecc0cbd..3062ed98a4 100644
--- a/zephyr/shim/chip/npcx/npcx_monitor/npcx_monitor.c
+++ b/zephyr/shim/chip/npcx/npcx_monitor/npcx_monitor.c
@@ -5,12 +5,14 @@
* NPCX SoC spi flash update tool - monitor firmware
*/
-#include <stdint.h>
-#include <zephyr/sys/util.h>
#include "config_chip.h"
#include "npcx_monitor.h"
#include "registers.h"
+#include <stdint.h>
+
+#include <zephyr/sys/util.h>
+
/*
* TODO(b/197162681): This was copied from chip/npcx/spiflashfw but this
* needs to be moved to Zephyr upstream