summaryrefslogtreecommitdiff
path: root/sys/dev/random/randomdev_soft.h
diff options
context:
space:
mode:
authorPaul Saab <ps@FreeBSD.org>2005-12-20 21:41:52 +0000
committerPaul Saab <ps@FreeBSD.org>2005-12-20 21:41:52 +0000
commitefbbe8fa7938f8ac071095b5b46f621885b447e4 (patch)
treeb796b749704c3e811aff24db132665fd3285a303 /sys/dev/random/randomdev_soft.h
parent13ae4dad3ad0ec466079fce7e03e05c22581b571 (diff)
Notes
Diffstat (limited to 'sys/dev/random/randomdev_soft.h')
-rw-r--r--sys/dev/random/randomdev_soft.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/random/randomdev_soft.h b/sys/dev/random/randomdev_soft.h
index 46bb006f4664..489d45a3c5fd 100644
--- a/sys/dev/random/randomdev_soft.h
+++ b/sys/dev/random/randomdev_soft.h
@@ -76,6 +76,7 @@ void random_yarrow_init_alg(struct sysctl_ctx_list *, struct sysctl_oid *);
void random_yarrow_deinit_alg(void);
extern struct random_systat random_yarrow;
+extern struct mtx random_reseed_mtx;
/* If this was c++, this would be a template */
#define RANDOM_CHECK_UINT(name, min, max) \