Linux Kernel
3.7.1
|
#include <linux/clockchips.h>
#include <linux/i8253.h>
#include <linux/init.h>
#include <linux/interrupt.h>
#include <linux/irq.h>
#include <linux/spinlock.h>
#include <linux/timex.h>
#include <asm/irq.h>
#include <asm/mach/time.h>
#include "common.h"
Go to the source code of this file.
Variables | |
struct sys_timer | isa_timer |
Definition at line 42 of file isa-timer.c.