]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - include/rtc.h
eSPI: add the eSPI register support
[karo-tx-uboot.git] / include / rtc.h
index 019c2ebb5181b4c67ac9276a89a596738527ff51..785fbe380797cb029e2d905e9730b44da8320dd4 100644 (file)
@@ -61,8 +61,4 @@ 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_ */