Linux Kernel
3.7.1
|
#include <linux/types.h>
#include <linux/kernel.h>
#include <linux/mm.h>
#include <linux/interrupt.h>
#include <linux/irq.h>
#include <linux/clocksource.h>
#include <linux/rtc.h>
#include <asm/setup.h>
#include <asm/pgtable.h>
#include <asm/machdep.h>
#include <asm/MC68VZ328.h>
Go to the source code of this file.
Macros | |
#define | CLOCK_SOURCE TCTL_CLKSOURCE_32KHZ |
#define | CLOCK_PRE 31 |
#define | TICKS_PER_JIFFY 10 |
Functions | |
void | hw_timer_init (irq_handler_t handler) |
int | m68328_hwclk (int set, struct rtc_time *t) |
#define CLOCK_SOURCE TCTL_CLKSOURCE_32KHZ |
void hw_timer_init | ( | irq_handler_t | handler | ) |