From eeed057b8b1478cd863d36089b4a21dc4a95d6aa Mon Sep 17 00:00:00 2001 From: Christi Scarborough Date: Sat, 5 Feb 2005 19:57:19 +0000 Subject: 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 --- firmware/export/rtc.h | 1 + 1 file changed, 1 insertion(+) (limited to 'firmware/export/rtc.h') diff --git a/firmware/export/rtc.h b/firmware/export/rtc.h index fd1cd50..7c2bd94 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 */ -- cgit v1.1