ubase/rtc.h

3 lines
139 B
C
Raw Normal View History

2014-06-03 13:46:27 +00:00
#define RTC_RD_TIME _IOR('p', 0x09, struct tm) /* Read RTC time */
#define RTC_SET_TIME _IOW('p', 0x0a, struct tm) /* Set RTC time */