3 lines
139 B
C
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 */
|