]> Git Repo - linux.git/blob - arch/x86/include/asm/intel_mid_vrtc.h
ALSA: dice: old firmware optimization for Dice notification
[linux.git] / arch / x86 / include / asm / intel_mid_vrtc.h
1 #ifndef _INTEL_MID_VRTC_H
2 #define _INTEL_MID_VRTC_H
3
4 extern unsigned char vrtc_cmos_read(unsigned char reg);
5 extern void vrtc_cmos_write(unsigned char val, unsigned char reg);
6 extern void vrtc_get_time(struct timespec *now);
7 extern int vrtc_set_mmss(const struct timespec *now);
8
9 #endif
This page took 0.029968 seconds and 4 git commands to generate.