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:
committed by
Wolfgang Denk
parent
572e6179ad
commit
04e11cf383
@@ -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_ */
|
||||
|
Reference in New Issue
Block a user