]> err.no Git - linux-2.6/blobdiff - arch/mips/oprofile/op_impl.h
x86: printk kernel version in WARN_ON and other dump_stack users
[linux-2.6] / arch / mips / oprofile / op_impl.h
index f0121557047da3ca6c0f0bce2cecbc1f4d22da98..fa6b4aae75233f764d1979f7b1f0e5fd9944545e 100644 (file)
 #ifndef OP_IMPL_H
 #define OP_IMPL_H 1
 
-struct pt_regs;
-
-extern void null_perf_irq(struct pt_regs *regs);
-extern void (*perf_irq)(struct pt_regs *regs);
+extern int null_perf_irq(void);
+extern int (*perf_irq)(void);
 
 /* Per-counter configuration as set via oprofilefs.  */
 struct op_counter_config {