diff options
Diffstat (limited to 'include/asm-sparc64/timer.h')
| -rw-r--r-- | include/asm-sparc64/timer.h | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/include/asm-sparc64/timer.h b/include/asm-sparc64/timer.h index ccbd69448866..5b779fd1f788 100644 --- a/include/asm-sparc64/timer.h +++ b/include/asm-sparc64/timer.h | |||
| @@ -1,14 +1,13 @@ | |||
| 1 | /* $Id: timer.h,v 1.3 2000/05/09 17:40:15 davem Exp $ | 1 | /* timer.h: System timer definitions for sun5. |
| 2 | * timer.h: System timer definitions for sun5. | ||
| 3 | * | 2 | * |
| 4 | * Copyright (C) 1997 David S. Miller (davem@caip.rutgers.edu) | 3 | * Copyright (C) 1997, 2008 David S. Miller (davem@davemloft.net) |
| 5 | */ | 4 | */ |
| 6 | 5 | ||
| 7 | #ifndef _SPARC64_TIMER_H | 6 | #ifndef _SPARC64_TIMER_H |
| 8 | #define _SPARC64_TIMER_H | 7 | #define _SPARC64_TIMER_H |
| 9 | 8 | ||
| 10 | #include <linux/types.h> | 9 | #include <linux/types.h> |
| 11 | 10 | #include <linux/init.h> | |
| 12 | 11 | ||
| 13 | struct sparc64_tick_ops { | 12 | struct sparc64_tick_ops { |
| 14 | unsigned long (*get_tick)(void); | 13 | unsigned long (*get_tick)(void); |
| @@ -25,5 +24,7 @@ struct sparc64_tick_ops { | |||
| 25 | extern struct sparc64_tick_ops *tick_ops; | 24 | extern struct sparc64_tick_ops *tick_ops; |
| 26 | 25 | ||
| 27 | extern unsigned long sparc64_get_clock_tick(unsigned int cpu); | 26 | extern unsigned long sparc64_get_clock_tick(unsigned int cpu); |
| 27 | extern void __devinit setup_sparc64_timer(void); | ||
| 28 | extern void __init time_init(void); | ||
| 28 | 29 | ||
| 29 | #endif /* _SPARC64_TIMER_H */ | 30 | #endif /* _SPARC64_TIMER_H */ |
