Home
last modified time | relevance | path

Searched refs:RTC_MAGIC (Results 1 – 1 of 1) sorted by relevance

/arch/m32r/include/asm/
Drtc.h59 #define RTC_MAGIC 'p' macro
60 #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)