summaryrefslogtreecommitdiffstats
path: root/firmware/export/rtc.h
diff options
context:
space:
mode:
authorChristi Scarborough <christi@coraline.org>2005-02-05 19:57:19 +0000
committerChristi Scarborough <christi@coraline.org>2005-02-05 19:57:19 +0000
commiteeed057b8b1478cd863d36089b4a21dc4a95d6aa (patch)
tree610e884315e2efa0eeff9a9ed5501dd4a5cbbdb6 /firmware/export/rtc.h
parentc3c26262f45548ad9e920d0d635a745d6829227b (diff)
downloadrockbox-eeed057b8b1478cd863d36089b4a21dc4a95d6aa.tar.gz
rockbox-eeed057b8b1478cd863d36089b4a21dc4a95d6aa.zip
Bugfix: Resume does not prompt if the unit has woken due to the RTC alarm
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5799 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 fd1cd50274..7c2bd94d9c 100644
--- a/firmware/export/rtc.h
+++ b/firmware/export/rtc.h
@@ -31,6 +31,7 @@ int rtc_write(unsigned char address, unsigned char value);
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);
#endif /* HAVE_ALARM_MOD */
#endif /* HAVE_RTC */