forked from len0rd/rockbox
A proper alarm clock for the V2/FM (and v1 with mod)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5818 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
59eb461f82
commit
a83ffb208f
5 changed files with 62 additions and 23 deletions
|
|
@ -32,6 +32,7 @@ void rtc_set_alarm(int h, int m);
|
|||
void rtc_get_alarm(int *h, int *m);
|
||||
bool rtc_enable_alarm(bool enable);
|
||||
bool rtc_check_alarm_started(bool release_alarm);
|
||||
bool rtc_check_alarm_flag(void);
|
||||
#endif /* HAVE_ALARM_MOD */
|
||||
|
||||
#endif /* HAVE_RTC */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue