1 #include <linux/ioctl.h>
7 static const struct ioctl rtc_ioctls
[] = {
22 IOCTL(RTC_EPOCH_READ
),
36 static const char *const rtc_devs
[] = {
40 static const struct ioctl_group rtc_grp
= {
43 .devs_cnt
= ARRAY_SIZE(rtc_devs
),
44 .sanitise
= pick_random_ioctl
,
46 .ioctls_cnt
= ARRAY_SIZE(rtc_ioctls
),
49 REG_IOCTL_GROUP(rtc_grp
)