This commit was manufactured by cvs2svn to create tag
[linux-2.6.git] / include / linux / random.h
index 9ccb52f..ba1e60a 100644 (file)
@@ -67,12 +67,13 @@ extern __u32 check_tcp_syn_cookie(__u32 cookie, __u32 saddr,
 extern __u32 secure_tcpv6_sequence_number(__u32 *saddr, __u32 *daddr,
                                          __u16 sport, __u16 dport);
 
-extern __u32 secure_ipv6_id(__u32 *daddr);
-
 #ifndef MODULE
 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 */