Index: sys/dev/random/random_harvestq.h =================================================================== --- sys/dev/random/random_harvestq.h +++ sys/dev/random/random_harvestq.h @@ -43,7 +43,9 @@ uint8_t he_source; /* origin of the entropy */ } __packed; -void read_rate_increment(u_int); +void random_harvest_queue(const void *entropy, u_int size, u_int bits, enum + random_entropy_source origin); +void read_rate_increment(u_int); #define RANDOM_HARVESTQ_BOOT_ENTROPY_FILE "/boot/entropy"