Add an IOCTL method to the RTC interface

This commit is contained in:
Gregory Nutt
2015-02-18 08:04:25 -06:00
parent 60bdc27d25
commit f94e601981
3 changed files with 27 additions and 1 deletions
+1
View File
@@ -118,6 +118,7 @@ static const struct rtc_ops_s g_rtc_ops =
.rdwkalm = NULL,
.setwkalm = NULL,
#endif
.ioctl = NULL,
.destroy = NULL,
};