Initial import
[openvswitch] / datapath / linux-2.4 / compat-2.4 / include / linux / random.h
1 #ifndef __LINUX_RANDOM_WRAPPER_H
2 #define __LINUX_RANDOM_WRAPPER_H 1
3
4 #include_next <linux/random.h>
5
6 #ifdef __KERNEL__
7 u32 random32(void);
8 void srandom32(u32 seed);
9 #endif
10
11 #endif