ia64/xen-unstable
changeset 7444:b3e6901f4cdb
Declare ac_timer_init() properly in ac_timer.h
author | kaf24@firebug.cl.cam.ac.uk |
---|---|
date | Wed Oct 19 15:51:14 2005 +0100 (2005-10-19) |
parents | b0f61c2c0746 |
children | f7552b93adeb |
files | xen/arch/x86/setup.c xen/include/xen/ac_timer.h |
line diff
1.1 --- a/xen/arch/x86/setup.c Wed Oct 19 14:00:37 2005 +0100 1.2 +++ b/xen/arch/x86/setup.c Wed Oct 19 15:51:14 2005 +0100 1.3 @@ -78,7 +78,6 @@ extern void arch_init_memory(void); 1.4 extern void init_IRQ(void); 1.5 extern void trap_init(void); 1.6 extern void early_time_init(void); 1.7 -extern void ac_timer_init(void); 1.8 extern void initialize_keytable(void); 1.9 extern void early_cpu_init(void); 1.10
2.1 --- a/xen/include/xen/ac_timer.h Wed Oct 19 14:00:37 2005 +0100 2.2 +++ b/xen/include/xen/ac_timer.h Wed Oct 19 15:51:14 2005 +0100 2.3 @@ -63,6 +63,11 @@ extern void set_ac_timer(struct ac_timer 2.4 */ 2.5 extern void rem_ac_timer(struct ac_timer *timer); 2.6 2.7 +/* 2.8 + * Initialisation. Must be called before any other ac_timer function. 2.9 + */ 2.10 +extern void ac_timer_init(void); 2.11 + 2.12 #endif /* _AC_TIMER_H_ */ 2.13 2.14 /*