summaryrefslogtreecommitdiffstats
path: root/include/hab.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/hab.h')
-rw-r--r--include/hab.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/hab.h b/include/hab.h
index abfce18736..30eace7685 100644
--- a/include/hab.h
+++ b/include/hab.h
@@ -20,8 +20,9 @@
#include <errno.h>
-#ifdef CONFIG_HABV4
extern bool habv4_need_rng_software_self_test;
+
+#ifdef CONFIG_HABV4
int imx28_hab_get_status(void);
int imx6_hab_get_status(void);
#else