Release 4.10 arch/x86/include/asm/intel_mid_vrtc.h
#ifndef _INTEL_MID_VRTC_H
#define _INTEL_MID_VRTC_H
extern unsigned char vrtc_cmos_read(unsigned char reg);
extern void vrtc_cmos_write(unsigned char val, unsigned char reg);
extern void vrtc_get_time(struct timespec *now);
extern int vrtc_set_mmss(const struct timespec *now);
#endif
Overall Contributors
| Person | Tokens | Prop | Commits | CommitProp |
feng tang | feng tang | 40 | 76.92% | 1 | 33.33% |
john stultz | john stultz | 10 | 19.23% | 1 | 33.33% |
kuppuswamy sathyanarayanan | kuppuswamy sathyanarayanan | 2 | 3.85% | 1 | 33.33% |
| Total | 52 | 100.00% | 3 | 100.00% |
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.