diff options
Diffstat (limited to 'arch/arm/oprofile/op_arm_model.h')
-rw-r--r-- | arch/arm/oprofile/op_arm_model.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/oprofile/op_arm_model.h b/arch/arm/oprofile/op_arm_model.h index 38c6ad158547..4899c629aa03 100644 --- a/arch/arm/oprofile/op_arm_model.h +++ b/arch/arm/oprofile/op_arm_model.h | |||
@@ -24,6 +24,9 @@ struct op_arm_model_spec { | |||
24 | extern struct op_arm_model_spec op_xscale_spec; | 24 | extern struct op_arm_model_spec op_xscale_spec; |
25 | #endif | 25 | #endif |
26 | 26 | ||
27 | extern struct op_arm_model_spec op_armv6_spec; | ||
28 | extern struct op_arm_model_spec op_mpcore_spec; | ||
29 | |||
27 | extern void arm_backtrace(struct pt_regs * const regs, unsigned int depth); | 30 | extern void arm_backtrace(struct pt_regs * const regs, unsigned int depth); |
28 | 31 | ||
29 | extern int __init op_arm_init(struct oprofile_operations *ops, struct op_arm_model_spec *spec); | 32 | extern int __init op_arm_init(struct oprofile_operations *ops, struct op_arm_model_spec *spec); |