1 #include <linux/random.h>
6 static const struct ioctl random_ioctls
[] = {
15 static const char *const random_devs
[] = {
19 static const struct ioctl_group random_grp
= {
22 .devs_cnt
= ARRAY_SIZE(random_devs
),
23 .sanitise
= pick_random_ioctl
,
24 .ioctls
= random_ioctls
,
25 .ioctls_cnt
= ARRAY_SIZE(random_ioctls
),
28 REG_IOCTL_GROUP(random_grp
)