Go to the documentation of this file.
7 #ifndef _UAPI_LINUX_RANDOM_H
8 #define _UAPI_LINUX_RANDOM_H
10 #include <linux/types.h>
12 #include <linux/irqnr.h>
17 #define RNDGETENTCNT _IOR( 'R', 0x00, int )
20 #define RNDADDTOENTCNT _IOW( 'R', 0x01, int )
23 #define RNDGETPOOL _IOR( 'R', 0x02, int [2] )
29 #define RNDADDENTROPY _IOW( 'R', 0x03, int [2] )
32 #define RNDZAPENTCNT _IO( 'R', 0x04 )
35 #define RNDCLEARPOOL _IO( 'R', 0x06 )