summaryrefslogtreecommitdiff
path: root/zephyr/shim/include/builtin/assert.h
diff options
context:
space:
mode:
Diffstat (limited to 'zephyr/shim/include/builtin/assert.h')
-rw-r--r--zephyr/shim/include/builtin/assert.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/zephyr/shim/include/builtin/assert.h b/zephyr/shim/include/builtin/assert.h
index 27dce8f2c4..e5e4a34b21 100644
--- a/zephyr/shim/include/builtin/assert.h
+++ b/zephyr/shim/include/builtin/assert.h
@@ -13,4 +13,9 @@
#define ASSERT __ASSERT_NO_MSG
#define assert __ASSERT_NO_MSG
+/* TODO(b/269175417): This should be handled in Zephyr __assert.h */
+#ifndef __ASSERT_UNREACHABLE
+#define __ASSERT_UNREACHABLE CODE_UNREACHABLE
+#endif
+
#endif /* __CROS_EC_ASSERT_H */