# HG changeset patch # User tristan.gingold@xxxxxxxx # Node ID ed4cf07afc901bf6f205cf487686defd9423a3ac # Parent 606e96f31996a862b7c36d137e09c0f868cb5458 Declare ac_timer_init. diff -r 606e96f31996 -r ed4cf07afc90 xen/include/xen/ac_timer.h --- a/xen/include/xen/ac_timer.h Wed Oct 19 13:09:25 2005 +++ b/xen/include/xen/ac_timer.h Wed Oct 19 13:10:32 2005 @@ -63,6 +63,12 @@ */ extern void rem_ac_timer(struct ac_timer *timer); +/* + * Initialize ac_timers. Must be called before all previous functions. + */ +extern void ac_timer_init(void); + + #endif /* _AC_TIMER_H_ */ /*