rtc_cmos_read
#define CMOS_READ(addr) rtc_cmos_read(addr)
unsigned char rtc_cmos_read(unsigned char addr);
EXPORT_SYMBOL(rtc_cmos_read);