Add an IOCTL method to the RTC interface

This commit is contained in:
Gregory Nutt
2015-02-18 08:04:25 -06:00
parent 80cb25a0ff
commit 57eb72a13f
+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,
};