aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorimoseyon <imoseyon@gmail.com>2014-12-13 16:53:13 -0800
committerMister Oyster <oysterized@gmail.com>2017-04-11 10:57:23 +0200
commit452a99a804937ebc55fdc178fc9fae14ccc6b63f (patch)
tree915c917bd27e62064ff6578ac83f80184f5e6fd1 /include
parentd3d3c80eb781a34798671522c8745efc70afd0bd (diff)
random.h: declare erandom function
Diffstat (limited to 'include')
-rw-r--r--include/linux/random.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/random.h b/include/linux/random.h
index 0fe49a14d..2cdd151be 100644
--- a/include/linux/random.h
+++ b/include/linux/random.h
@@ -114,3 +114,5 @@ static inline u32 next_pseudo_random32(u32 seed)
}
#endif /* _LINUX_RANDOM_H */
+
+void erandom_get_random_bytes(char *buf, size_t count);