Merge branch 'akpm-current/current'
[deliverable/linux.git] / include / linux / random.h
index d80a4388a4fd793b0113675c1f8b42cb86b5506e..7bd2403e4fef1ad7fb0a5f03b4e104e96234d26b 100644 (file)
@@ -45,7 +45,7 @@ extern const struct file_operations random_fops, urandom_fops;
 
 unsigned int get_random_int(void);
 unsigned long get_random_long(void);
-unsigned long randomize_range(unsigned long start, unsigned long end, unsigned long len);
+unsigned long randomize_page(unsigned long start, unsigned long range);
 
 u32 prandom_u32(void);
 void prandom_bytes(void *buf, size_t nbytes);
This page took 0.026146 seconds and 5 git commands to generate.