summaryrefslogtreecommitdiff
path: root/firmware/drivers/rtc.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/drivers/rtc.h')
-rw-r--r--firmware/drivers/rtc.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/firmware/drivers/rtc.h b/firmware/drivers/rtc.h
index 00b4db5596..695683ea87 100644
--- a/firmware/drivers/rtc.h
+++ b/firmware/drivers/rtc.h
@@ -20,6 +20,7 @@
20#define _RTC_H_ 20#define _RTC_H_
21 21
22#ifdef HAVE_RTC 22#ifdef HAVE_RTC
23void rtc_init(void);
23int rtc_read(unsigned char address); 24int rtc_read(unsigned char address);
24int rtc_write(unsigned char address, unsigned char value); 25int rtc_write(unsigned char address, unsigned char value);
25#endif 26#endif