Searched refs:RTC_MAGIC (Results 1 – 1 of 1) sorted by relevance
59 #define RTC_MAGIC 'p' macro60 #define RTC_RD_TIME _IOR(RTC_MAGIC, 0x09, struct rtc_time) /* Read RTC time. */61 #define RTC_SET_TIME _IOW(RTC_MAGIC, 0x0a, struct rtc_time) /* Set RTC time. */62 #define RTC_SET_CHARGE _IOW(RTC_MAGIC, 0x0b, int)