We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fbdc34e commit 2f2c017Copy full SHA for 2f2c017
drivers/bbram/bbram_it8xxx2.c
@@ -6,11 +6,14 @@
6
7
#define DT_DRV_COMPAT ite_it8xxx2_bbram
8
9
-#include <zephyr/drivers/bbram.h>
10
#include <errno.h>
11
-#include <zephyr/sys/util.h>
12
+#include <zephyr/drivers/bbram.h>
13
#include <zephyr/logging/log.h>
+#include <zephyr/sys/util.h>
14
+
15
+#include <chip_chipregs.h>
16
17
LOG_MODULE_REGISTER(bbram, CONFIG_BBRAM_LOG_LEVEL);
18
19
#define BRAM_VALID_MAGIC 0x4252414D /* "BRAM" */
drivers/watchdog/wdt_ite_it8xxx2.c
@@ -6,6 +6,7 @@
#define DT_DRV_COMPAT ite_it8xxx2_watchdog
#include <zephyr/drivers/watchdog.h>
+#include <zephyr/irq.h>
#include <soc.h>
0 commit comments