#define RTC_RD_TIME _IOR('p', 0x09, struct tm) /* Read RTC time */ #define RTC_SET_TIME _IOW('p', 0x0a, struct tm) /* Set RTC time */