diff options
Diffstat (limited to 'arch/mips/oprofile/op_impl.h')
| -rw-r--r-- | arch/mips/oprofile/op_impl.h | 2 | 
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/mips/oprofile/op_impl.h b/arch/mips/oprofile/op_impl.h index f04b54fb37d..7c2da27ece0 100644 --- a/arch/mips/oprofile/op_impl.h +++ b/arch/mips/oprofile/op_impl.h @@ -36,4 +36,6 @@ struct op_mips_model {  	unsigned char num_counters;  }; +void op_mips_backtrace(struct pt_regs * const regs, unsigned int depth); +  #endif  | 
