Linux Kernel
3.7.1
|
#include <linux/kernel.h>
#include <linux/module.h>
#include <linux/init.h>
#include <linux/mc146818rtc.h>
#include <linux/bcd.h>
#include <linux/timex.h>
#include <asm/rtc-regs.h>
#include <asm/rtc.h>
Go to the source code of this file.
Functions | |
DEFINE_SPINLOCK (rtc_lock) | |
EXPORT_SYMBOL (rtc_lock) | |
void | read_persistent_clock (struct timespec *ts) |
int | update_persistent_clock (struct timespec now) |
void __init | calibrate_clock (void) |
DEFINE_SPINLOCK | ( | rtc_lock | ) |
EXPORT_SYMBOL | ( | rtc_lock | ) |