summaryrefslogtreecommitdiffstats
path: root/include/hab.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/hab.h')
-rw-r--r--include/hab.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/include/hab.h b/include/hab.h
index f9bf74f3b9..411e995db3 100644
--- a/include/hab.h
+++ b/include/hab.h
@@ -27,4 +27,13 @@ static inline int habv4_get_status(void)
}
#endif
+#ifdef CONFIG_HABV3
+int imx25_hab_get_status(void);
+#else
+static inline int imx25_hab_get_status(void)
+{
+ return -EPERM;
+}
+#endif
+
#endif /* __HABV4_H */