diff options
Diffstat (limited to 'arch/x86/include/asm/intel_mid_vrtc.h')
-rw-r--r-- | arch/x86/include/asm/intel_mid_vrtc.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/arch/x86/include/asm/intel_mid_vrtc.h b/arch/x86/include/asm/intel_mid_vrtc.h new file mode 100644 index 000000000000..86ff4685c409 --- /dev/null +++ b/arch/x86/include/asm/intel_mid_vrtc.h | |||
@@ -0,0 +1,9 @@ | |||
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 | ||