summaryrefslogtreecommitdiffstats
path: root/sys/dev/random/yarrow.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/random/yarrow.h')
-rw-r--r--sys/dev/random/yarrow.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/dev/random/yarrow.h b/sys/dev/random/yarrow.h
index 277b0bd..a81fa1f 100644
--- a/sys/dev/random/yarrow.h
+++ b/sys/dev/random/yarrow.h
@@ -43,6 +43,8 @@ int random_init(void);
void random_deinit(void);
void random_init_harvester(void (*)(struct timespec *, void *, u_int, u_int, u_int, enum esource));
void random_deinit_harvester(void);
+void random_set_wakeup(int *, int);
+void random_set_wakeup_exit(int *, int, int);
void write_random(void *, u_int);
OpenPOWER on IntegriCloud