RTC_MAGIC 97 include/asm-cris/rtc.h #define RTC_RD_TIME _IOR(RTC_MAGIC, 0x09, struct rtc_time) RTC_MAGIC 99 include/asm-cris/rtc.h #define RTC_SET_TIME _IOW(RTC_MAGIC, 0x0a, struct rtc_time) RTC_MAGIC 100 include/asm-cris/rtc.h #define RTC_SET_CHARGE _IOW(RTC_MAGIC, 0x0b, int) RTC_MAGIC 102 include/asm-cris/rtc.h #define RTC_VL_READ _IOR(RTC_MAGIC, 0x13, int) RTC_MAGIC 104 include/asm-cris/rtc.h #define RTC_VL_CLR _IO(RTC_MAGIC, 0x14) RTC_MAGIC 60 include/asm-m32r/rtc.h #define RTC_RD_TIME _IOR(RTC_MAGIC, 0x09, struct rtc_time) /* Read RTC time. */ RTC_MAGIC 61 include/asm-m32r/rtc.h #define RTC_SET_TIME _IOW(RTC_MAGIC, 0x0a, struct rtc_time) /* Set RTC time. */ RTC_MAGIC 62 include/asm-m32r/rtc.h #define RTC_SET_CHARGE _IOW(RTC_MAGIC, 0x0b, int)