summaryrefslogtreecommitdiff
path: root/zephyr/shim/include/zephyr_hooks_shim.h
diff options
context:
space:
mode:
Diffstat (limited to 'zephyr/shim/include/zephyr_hooks_shim.h')
-rw-r--r--zephyr/shim/include/zephyr_hooks_shim.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/zephyr/shim/include/zephyr_hooks_shim.h b/zephyr/shim/include/zephyr_hooks_shim.h
index 7b56487076..1798a42aeb 100644
--- a/zephyr/shim/include/zephyr_hooks_shim.h
+++ b/zephyr/shim/include/zephyr_hooks_shim.h
@@ -8,9 +8,9 @@
#endif
#define __CROS_EC_ZEPHYR_HOOKS_SHIM_H
-#include <init.h>
-#include <kernel.h>
-#include <zephyr.h>
+#include <zephyr/init.h>
+#include <zephyr/kernel.h>
+#include <zephyr/zephyr.h>
#include "common.h"
#include "cros_version.h"