ubase/rtc.h
2014-06-03 14:52:14 +01:00

3 lines
139 B
C

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