diff options
| author | Paul Saab <ps@FreeBSD.org> | 2005-12-20 21:41:52 +0000 |
|---|---|---|
| committer | Paul Saab <ps@FreeBSD.org> | 2005-12-20 21:41:52 +0000 |
| commit | efbbe8fa7938f8ac071095b5b46f621885b447e4 (patch) | |
| tree | b796b749704c3e811aff24db132665fd3285a303 /sys/dev/random/randomdev_soft.h | |
| parent | 13ae4dad3ad0ec466079fce7e03e05c22581b571 (diff) | |
Notes
Diffstat (limited to 'sys/dev/random/randomdev_soft.h')
| -rw-r--r-- | sys/dev/random/randomdev_soft.h | 1 |
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) \ |
