summaryrefslogtreecommitdiffstats
path: root/firmware/export/rtc.h
diff options
context:
space:
mode:
authorBrandon Low <lostlogic@rockbox.org>2006-03-18 22:42:02 +0000
committerBrandon Low <lostlogic@rockbox.org>2006-03-18 22:42:02 +0000
commitddf7c70a453465f387df2affa6c3a560e0920b11 (patch)
tree456e916b3b4b10a519cf77de40774a6446c65d4a /firmware/export/rtc.h
parent169cd33b3707ecfaea288c67dd39e586da93d795 (diff)
downloadrockbox-ddf7c70a453465f387df2affa6c3a560e0920b11.tar.gz
rockbox-ddf7c70a453465f387df2affa6c3a560e0920b11.zip
Real Time Clock support in the WPS
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9105 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export/rtc.h')
-rw-r--r--firmware/export/rtc.h4
1 files changed, 4 insertions, 0 deletions
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);