Linux Kernel
3.7.1
|
#include <linux/clockchips.h>
#include <linux/init.h>
#include <linux/interrupt.h>
#include <linux/jiffies.h>
#include <linux/threads.h>
#include <asm/irq.h>
#include <asm/param.h>
#include <kern_util.h>
#include <os.h>
Go to the source code of this file.
Functions | |
void | timer_handler (int sig, struct siginfo *unused_si, struct uml_pt_regs *regs) |
void | read_persistent_clock (struct timespec *ts) |
void __init | time_init (void) |