]> git.saurik.com Git - apple/xnu.git/blobdiff - bsd/dev/random/randomdev.h
xnu-792.6.76.tar.gz
[apple/xnu.git] / bsd / dev / random / randomdev.h
index efa6703e92cb8d174aeb05c83c255b77f4bcbd0a..e5c65aea1c4f3f224e4ebd5a492c208bf21a58a6 100644 (file)
 
 #include <sys/random.h>
 
+void PreliminarySetup( void );
+void random_init( void );
 int random_open(dev_t dev, int flags, int devtype, struct proc *pp);
 int random_close(dev_t dev, int flags, int mode, struct proc *pp);
 int random_read(dev_t dev, struct uio *uio, int ioflag);
 int random_write(dev_t dev, struct uio *uio, int ioflag);
 
-u_long RandomULong();
+u_long RandomULong( void );
 
 #endif /* __APPLE_API_PRIVATE */
 #endif /* __DEV_RANDOMDEV_H__ */