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:
parent
169cd33b37
commit
ddf7c70a45
3 changed files with 168 additions and 23 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue