1
0
mirror of https://xff.cz/git/u-boot/ synced 2025-09-01 00:32:04 +02:00

rtc: add support for 4543 RTC (manufactured by e.g. EPSON)

Signed-off-by: Detlev Zundel <dzu@denx.de>
Signed-off-by: Andreas Pfefferle <ap@denx.de>
This commit is contained in:
Detlev Zundel
2009-03-30 00:31:33 +02:00
committed by Wolfgang Denk
parent 572e6179ad
commit 04e11cf383
3 changed files with 123 additions and 0 deletions

View File

@@ -61,4 +61,8 @@ void to_tm (int, struct rtc_time *);
unsigned long mktime (unsigned int, unsigned int, unsigned int,
unsigned int, unsigned int, unsigned int);
uchar rtc_read(uchar reg) __attribute__((weak));
void rtc_write(uchar reg, uchar val) __attribute__((weak));
#endif /* _RTC_H_ */