diff options
Diffstat (limited to 'include/linux/random.h')
-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 c38ae46d..28c595a0 100644 --- a/include/linux/random.h +++ b/include/linux/random.h @@ -45,6 +45,7 @@ static inline type get_random_##type(void) \ get_random_type(int); get_random_type(long); +get_random_type(u32); get_random_type(u64); #endif /* _LINUX_RANDOM_H */ |