From ddf7c70a453465f387df2affa6c3a560e0920b11 Mon Sep 17 00:00:00 2001 From: Brandon Low Date: Sat, 18 Mar 2006 22:42:02 +0000 Subject: Real Time Clock support in the WPS git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9105 a1c6a512-1295-4272-9138-f99709370657 --- firmware/export/rtc.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'firmware') diff --git a/firmware/export/rtc.h b/firmware/export/rtc.h index 28a4a2636a..c7e3c4a96b 100644 --- a/firmware/export/rtc.h +++ b/firmware/export/rtc.h @@ -23,6 +23,10 @@ #ifdef CONFIG_RTC +extern const int dayname[]; + +extern const int monthname[]; + /* Common functions for all targets */ void rtc_init(void); int rtc_read_datetime(unsigned char* buf); -- cgit v1.2.3