Darn; didn't commit this with the rest of the entropy gathering code.

This commit is contained in:
markm 2000-07-07 09:06:54 +00:00
parent 3d0396c734
commit f5ab356ef7

View File

@ -29,7 +29,13 @@
#ifndef _SYS_RANDOM_H_
#define _SYS_RANDOM_H_
#ifdef _KERNEL
u_int read_random(char *, u_int);
void write_random(char *, u_int);
void random_harvest(u_int64_t, u_int, u_int, u_int);
#endif
#endif /* _SYS_RANDOM_H_ */