forked from len0rd/rockbox
Added rtc_init()
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1540 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
047174872a
commit
a25d7ce126
1 changed files with 1 additions and 0 deletions
|
|
@ -20,6 +20,7 @@
|
||||||
#define _RTC_H_
|
#define _RTC_H_
|
||||||
|
|
||||||
#ifdef HAVE_RTC
|
#ifdef HAVE_RTC
|
||||||
|
void rtc_init(void);
|
||||||
int rtc_read(unsigned char address);
|
int rtc_read(unsigned char address);
|
||||||
int rtc_write(unsigned char address, unsigned char value);
|
int rtc_write(unsigned char address, unsigned char value);
|
||||||
#endif
|
#endif
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue