Select the types of activity you want to include in your feed.
1#ifndef _INTEL_MID_VRTC_H 2#define _INTEL_MID_VRTC_H 3 4extern unsigned char vrtc_cmos_read(unsigned char reg); 5extern void vrtc_cmos_write(unsigned char val, unsigned char reg); 6extern void vrtc_get_time(struct timespec *now); 7extern int vrtc_set_mmss(const struct timespec *now); 8 9#endif