From a83ffb208f53a91aeab09b933e3544ec29919ce1 Mon Sep 17 00:00:00 2001 From: Christi Scarborough Date: Sun, 6 Feb 2005 17:21:42 +0000 Subject: 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 --- 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 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); 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 */ -- cgit v1.2.3