1
0
Fork 0
forked from len0rd/rockbox

Real Time Clock support in the WPS

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9105 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Brandon Low 2006-03-18 22:42:02 +00:00
parent 169cd33b37
commit ddf7c70a45
3 changed files with 168 additions and 23 deletions

View file

@ -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);