]> git.sur5r.net Git - u-boot/blobdiff - include/rtc.h
arm: rmobile: lager: Add support MMC and MMC command
[u-boot] / include / rtc.h
index c0349668bccb805f01bc1c8096ed1491b27f9599..d11aa8baf91b7370bf40a18f5785522448933386 100644 (file)
@@ -50,4 +50,9 @@ void to_tm (int, struct rtc_time *);
 unsigned long mktime (unsigned int, unsigned int, unsigned int,
                      unsigned int, unsigned int, unsigned int);
 
+/**
+ * rtc_init() - Set up the real time clock ready for use
+ */
+void rtc_init(void);
+
 #endif /* _RTC_H_ */