aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/random/random_harvestq.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/random/random_harvestq.h')
-rw-r--r--sys/dev/random/random_harvestq.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/dev/random/random_harvestq.h b/sys/dev/random/random_harvestq.h
index 7804bf52aa4f..1d462500df85 100644
--- a/sys/dev/random/random_harvestq.h
+++ b/sys/dev/random/random_harvestq.h
@@ -49,4 +49,6 @@ random_get_cyclecount(void)
return ((uint32_t)get_cyclecount());
}
+bool random_harvest_healthtest(const struct harvest_event *event);
+
#endif /* SYS_DEV_RANDOM_RANDOM_HARVESTQ_H_INCLUDED */