This commit was manufactured by cvs2svn to create branch
[linux-2.6.git] / include / linux / random.h
index 9ccb52f..fb7473c 100644 (file)
@@ -73,6 +73,9 @@ extern __u32 secure_ipv6_id(__u32 *daddr);
 extern struct file_operations random_fops, urandom_fops;
 #endif
 
+unsigned int get_random_int(void);
+unsigned long randomize_range(unsigned long start, unsigned long end, unsigned long len);
+
 #endif /* __KERNEL___ */
 
 #endif /* _LINUX_RANDOM_H */