|
Linux Kernel
3.7.1
|
#include <linux/kernel.h>#include <linux/export.h>#include <linux/init.h>#include <linux/sfi.h>#include <linux/platform_device.h>#include <asm/mrst.h>#include <asm/mrst-vrtc.h>#include <asm/time.h>#include <asm/fixmap.h>Go to the source code of this file.
Functions | |
| unsigned char | vrtc_cmos_read (unsigned char reg) |
| EXPORT_SYMBOL_GPL (vrtc_cmos_read) | |
| void | vrtc_cmos_write (unsigned char val, unsigned char reg) |
| EXPORT_SYMBOL_GPL (vrtc_cmos_write) | |
| unsigned long | vrtc_get_time (void) |
| int | vrtc_set_mmss (unsigned long nowtime) |
| void __init | mrst_rtc_init (void) |
| module_init (mrst_device_create) | |
| EXPORT_SYMBOL_GPL | ( | vrtc_cmos_read | ) |
| EXPORT_SYMBOL_GPL | ( | vrtc_cmos_write | ) |
| module_init | ( | mrst_device_create | ) |
1.8.2