6 /* implementations provided by arch/${MACHINE_ARCH}/arch_readclock.c */
9 int (*get_time
)(struct tm
*t
, int flags
);
10 int (*set_time
)(struct tm
*t
, int flags
);
15 int arch_setup(struct rtc
*r
);
17 /* utility functions provided by readclock.c */
18 int bcd_to_dec(int n
);
19 int dec_to_bcd(int n
);
21 #endif /* __READCLOCK_H */