aboutsummaryrefslogblamecommitdiffstats
path: root/arch/x86/include/asm/mrst-vrtc.h
blob: 1e69a75412a4038ae335897515beadc271235850 (plain) (tree)
1
2
3
4
5
6
7
8
9




                                                                  

                                                     

      
#ifndef _MRST_VRTC_H
#define _MRST_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