Release 4.14 arch/x86/include/asm/intel_mid_vrtc.h
/* SPDX-License-Identifier: GPL-2.0 */
#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 | 40 | 75.47% | 1 | 25.00% |
John Stultz | 10 | 18.87% | 1 | 25.00% |
Kuppuswamy Sathyanarayanan | 2 | 3.77% | 1 | 25.00% |
Greg Kroah-Hartman | 1 | 1.89% | 1 | 25.00% |
Total | 53 | 100.00% | 4 | 100.00% |
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.