diff options
| author | imoseyon <imoseyon@gmail.com> | 2014-12-13 16:53:13 -0800 |
|---|---|---|
| committer | Moyster <oysterized@gmail.com> | 2016-09-10 12:06:51 +0200 |
| commit | 4cbf2e809065405757f19a6ca22e0dd38121498a (patch) | |
| tree | 42cd913fab789e3391d2046f400e9c363c3506ef /include/linux | |
| parent | f472bbfe99ca74f6d9eea1332b1d91be04f726df (diff) | |
random.h: declare erandom function
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/random.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/random.h b/include/linux/random.h index 342def43d..2e5224003 100644 --- a/include/linux/random.h +++ b/include/linux/random.h @@ -97,3 +97,5 @@ static inline u32 next_pseudo_random32(u32 seed) } #endif /* _LINUX_RANDOM_H */ + +void erandom_get_random_bytes(char *buf, size_t count); |
