diff options
| author | Conrad Meyer <cem@FreeBSD.org> | 2019-11-22 20:18:07 +0000 |
|---|---|---|
| committer | Conrad Meyer <cem@FreeBSD.org> | 2019-11-22 20:18:07 +0000 |
| commit | 92ebf15da5c4cc3734bf0e35026f504f096524ca (patch) | |
| tree | 7aaf62cbdc96c934eeca43003cd61071ee00959f /sys/dev/random/randomdev.h | |
| parent | ba78f78f44e24fb519478bca5469068073c36fda (diff) | |
Notes
Diffstat (limited to 'sys/dev/random/randomdev.h')
| -rw-r--r-- | sys/dev/random/randomdev.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/sys/dev/random/randomdev.h b/sys/dev/random/randomdev.h index 3f9b0f3acc74..abed568fb215 100644 --- a/sys/dev/random/randomdev.h +++ b/sys/dev/random/randomdev.h @@ -65,12 +65,9 @@ extern bool random_bypass_disable_warnings; struct harvest_event; -typedef void random_alg_init_t(void *); -typedef void random_alg_deinit_t(void *); typedef void random_alg_pre_read_t(void); typedef void random_alg_read_t(uint8_t *, size_t); typedef bool random_alg_seeded_t(void); -typedef void random_alg_reseed_t(void); typedef void random_alg_eventprocessor_t(struct harvest_event *); typedef u_int random_source_read_t(void *, u_int); |
