diff options
| author | David E. O'Brien <obrien@FreeBSD.org> | 2013-07-29 20:26:27 +0000 |
|---|---|---|
| committer | David E. O'Brien <obrien@FreeBSD.org> | 2013-07-29 20:26:27 +0000 |
| commit | 99ff83da740de3de131259dc672d645639e6c965 (patch) | |
| tree | 7321ee5c53e41f64a4e3a37d1e501321672bb5af /sys/dev/random/randomdev.h | |
| parent | 23b5c8fe3d87622bb7f1c6bdbf747740d9cde683 (diff) | |
Notes
Diffstat (limited to 'sys/dev/random/randomdev.h')
| -rw-r--r-- | sys/dev/random/randomdev.h | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/sys/dev/random/randomdev.h b/sys/dev/random/randomdev.h index deb683192331..75b2c1980901 100644 --- a/sys/dev/random/randomdev.h +++ b/sys/dev/random/randomdev.h @@ -38,7 +38,7 @@ typedef void random_write_func_t(void *, int); typedef int random_poll_func_t(int, struct thread *); typedef void random_reseed_func_t(void); -struct random_systat { +struct random_adaptor { struct selinfo rsel; const char *ident; int seeded; @@ -51,7 +51,5 @@ struct random_systat { random_reseed_func_t *reseed; }; -extern struct random_systat *random_systat; - -extern void random_ident_hardware(struct random_systat **); +extern void random_ident_hardware(struct random_adaptor **); extern void random_null_func(void); |
