From becbea27c7aac02f38b2ff0b0793c49cdd84f1de Mon Sep 17 00:00:00 2001 From: Joe Maples Date: Wed, 24 Aug 2016 20:49:45 +0000 Subject: random: Add get_random_long fucntion Signed-off-by: Joe Maples --- include/linux/random.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/linux/random.h') diff --git a/include/linux/random.h b/include/linux/random.h index b05856e16..0fe49a14d 100644 --- a/include/linux/random.h +++ b/include/linux/random.h @@ -23,6 +23,7 @@ extern const struct file_operations random_fops, urandom_fops; #endif 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); u32 prandom_u32(void); -- cgit v1.2.3