aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/include/asm/mach/time.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/include/asm/mach/time.h')
-rw-r--r--arch/arm/include/asm/mach/time.h16
1 files changed, 0 insertions, 16 deletions
diff --git a/arch/arm/include/asm/mach/time.h b/arch/arm/include/asm/mach/time.h
index d316d76ef242..90c12e1e695c 100644
--- a/arch/arm/include/asm/mach/time.h
+++ b/arch/arm/include/asm/mach/time.h
@@ -10,22 +10,6 @@
10#ifndef __ASM_ARM_MACH_TIME_H 10#ifndef __ASM_ARM_MACH_TIME_H
11#define __ASM_ARM_MACH_TIME_H 11#define __ASM_ARM_MACH_TIME_H
12 12
13/*
14 * This is our kernel timer structure.
15 *
16 * - init
17 * Initialise the kernels jiffy timer source, claim interrupt
18 * using setup_irq. This is called early on during initialisation
19 * while interrupts are still disabled on the local CPU.
20 * - offset
21 * Return the timer offset in microseconds since the last timer
22 * interrupt. Note: this must take account of any unprocessed
23 * timer interrupt which may be pending.
24 */
25struct sys_timer {
26 void (*init)(void);
27};
28
29extern void timer_tick(void); 13extern void timer_tick(void);
30 14
31struct timespec; 15struct timespec;