]> err.no Git - linux-2.6/blobdiff - arch/mips/oprofile/op_impl.h
MIPS: Oprofile: Fixup the loose ends in the plumbing.
[linux-2.6] / arch / mips / oprofile / op_impl.h
index f0121557047da3ca6c0f0bce2cecbc1f4d22da98..5cfce7d87a4da1b279bce8bf6f7682690dbe120b 100644 (file)
@@ -12,8 +12,8 @@
 
 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(struct pt_regs *regs);
+extern int (*perf_irq)(struct pt_regs *regs);
 
 /* Per-counter configuration as set via oprofilefs.  */
 struct op_counter_config {