aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/random/randomdev.h
diff options
context:
space:
mode:
authorMark Murray <markm@FreeBSD.org>2013-08-24 13:54:56 +0000
committerMark Murray <markm@FreeBSD.org>2013-08-24 13:54:56 +0000
commitddbfa6b19ee786271f561c030bf1aecf2b42cf22 (patch)
treea587f26878cccaeae3a5a91985da95037684e6cd /sys/dev/random/randomdev.h
parentb2e0423c48632f0e83d31d0aed1791ad4ce83107 (diff)
Notes
Diffstat (limited to 'sys/dev/random/randomdev.h')
-rw-r--r--sys/dev/random/randomdev.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/random/randomdev.h b/sys/dev/random/randomdev.h
index 75b2c1980901..aeb47531ae72 100644
--- a/sys/dev/random/randomdev.h
+++ b/sys/dev/random/randomdev.h
@@ -53,3 +53,4 @@ struct random_adaptor {
extern void random_ident_hardware(struct random_adaptor **);
extern void random_null_func(void);
+struct random_adaptor *random_get_active_adaptor(void);