diff options
| author | Joe Maples <joe@frap129.org> | 2016-08-24 20:49:45 +0000 |
|---|---|---|
| committer | Mister Oyster <oysterized@gmail.com> | 2017-04-11 10:57:05 +0200 |
| commit | becbea27c7aac02f38b2ff0b0793c49cdd84f1de (patch) | |
| tree | e056258742c1f41777e81c04c159b4a441c5c6b4 /include | |
| parent | 348fec78a63fc91b4d0bf2534d56b4f7cb7a27c1 (diff) | |
random: Add get_random_long fucntion
Signed-off-by: Joe Maples <joe@frap129.org>
Diffstat (limited to 'include')
| -rw-r--r-- | include/linux/random.h | 1 |
1 files changed, 1 insertions, 0 deletions
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); |
