diff options
author | Christi Scarborough <christi@coraline.org> | 2005-02-05 19:57:19 +0000 |
---|---|---|
committer | Christi Scarborough <christi@coraline.org> | 2005-02-05 19:57:19 +0000 |
commit | eeed057b8b1478cd863d36089b4a21dc4a95d6aa (patch) | |
tree | 610e884315e2efa0eeff9a9ed5501dd4a5cbbdb6 /firmware/export/rtc.h | |
parent | c3c26262f45548ad9e920d0d635a745d6829227b (diff) |
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.h | 1 |
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 */ |