Kuppuswamy Sathyanarayanan | 05454c2 | 2013-10-17 15:35:27 -0700 | [diff] [blame] | 1 | #ifndef _INTEL_MID_VRTC_H |
| 2 | #define _INTEL_MID_VRTC_H |
Feng Tang | 7309282 | 2010-11-10 17:29:00 +0000 | [diff] [blame] | 3 | |
| 4 | extern unsigned char vrtc_cmos_read(unsigned char reg); |
| 5 | extern void vrtc_cmos_write(unsigned char val, unsigned char reg); |
John Stultz | ce0b098 | 2013-05-28 17:03:09 -0700 | [diff] [blame] | 6 | extern void vrtc_get_time(struct timespec *now); |
| 7 | extern int vrtc_set_mmss(const struct timespec *now); |
Feng Tang | 7309282 | 2010-11-10 17:29:00 +0000 | [diff] [blame] | 8 | |
| 9 | #endif |