This commit was manufactured by cvs2svn to create branch 'vserver'.
[linux-2.6.git] / include / asm-arm / mach / time.h
1 /*
2  * linux/include/asm-arm/mach/time.h
3  *
4  * Copyright (C) 2004 MontaVista Software, Inc.
5  *
6  * This program is free software; you can redistribute it and/or modify
7  * it under the terms of the GNU General Public License version 2 as
8  * published by the Free Software Foundation.
9  */
10 #ifndef __ASM_ARM_MACH_TIME_H
11 #define __ASM_ARM_MACH_TIME_H
12
13 extern void (*init_arch_time)(void);
14
15 extern int (*set_rtc)(void);
16 extern unsigned long(*gettimeoffset)(void);
17
18 void timer_tick(struct pt_regs *);
19
20 #endif