cris build fixes: add baud rate defines
[sfrench/cifs-2.6.git] / include / asm-s390 / timer.h
index fcd6c256a2d194aa4b1269f89cfc25fabb8c96a6..adb34860a543e42abc6b73ddcaf71b04dbbaf76b 100644 (file)
@@ -26,7 +26,7 @@ struct vtimer_list {
        spinlock_t lock;
        unsigned long magic;
 
-       void (*function)(unsigned long, struct pt_regs*);
+       void (*function)(unsigned long);
        unsigned long data;
 };
 
@@ -45,6 +45,9 @@ extern void add_virt_timer_periodic(void *new);
 extern int mod_virt_timer(struct vtimer_list *timer, __u64 expires);
 extern int del_virt_timer(struct vtimer_list *timer);
 
+extern void init_cpu_vtimer(void);
+extern void vtime_init(void);
+
 #endif /* __KERNEL__ */
 
 #endif /* _ASM_S390_TIMER_H */