summaryrefslogtreecommitdiff
path: root/firmware/export/rtc.h
diff options
context:
space:
mode:
authorChristi Scarborough <christi@coraline.org>2005-02-06 17:21:42 +0000
committerChristi Scarborough <christi@coraline.org>2005-02-06 17:21:42 +0000
commita83ffb208f53a91aeab09b933e3544ec29919ce1 (patch)
tree1aa7f5fe667b2d65cf3482a5488539d7d25cec90 /firmware/export/rtc.h
parent59eb461f8255b636800c120d7640d10d6a15e175 (diff)
downloadrockbox-a83ffb208f53a91aeab09b933e3544ec29919ce1.tar.gz
rockbox-a83ffb208f53a91aeab09b933e3544ec29919ce1.zip
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
Diffstat (limited to 'firmware/export/rtc.h')
-rw-r--r--firmware/export/rtc.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/firmware/export/rtc.h b/firmware/export/rtc.h
index 7c2bd94d9c..fd793bc887 100644
--- a/firmware/export/rtc.h
+++ b/firmware/export/rtc.h
@@ -32,6 +32,7 @@ void rtc_set_alarm(int h, int m);
32void rtc_get_alarm(int *h, int *m); 32void rtc_get_alarm(int *h, int *m);
33bool rtc_enable_alarm(bool enable); 33bool rtc_enable_alarm(bool enable);
34bool rtc_check_alarm_started(bool release_alarm); 34bool rtc_check_alarm_started(bool release_alarm);
35bool rtc_check_alarm_flag(void);
35#endif /* HAVE_ALARM_MOD */ 36#endif /* HAVE_ALARM_MOD */
36 37
37#endif /* HAVE_RTC */ 38#endif /* HAVE_RTC */