aboutsummaryrefslogtreecommitdiffstats
path: root/arch/i386/oprofile/op_x86_model.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/i386/oprofile/op_x86_model.h')
-rw-r--r--arch/i386/oprofile/op_x86_model.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/i386/oprofile/op_x86_model.h b/arch/i386/oprofile/op_x86_model.h
index 123b7e90a9eed..abb1aa95b979f 100644
--- a/arch/i386/oprofile/op_x86_model.h
+++ b/arch/i386/oprofile/op_x86_model.h
@@ -40,6 +40,7 @@ struct op_x86_model_spec {
struct op_msrs const * const msrs);
void (*start)(struct op_msrs const * const msrs);
void (*stop)(struct op_msrs const * const msrs);
+ void (*shutdown)(struct op_msrs const * const msrs);
};
extern struct op_x86_model_spec const op_ppro_spec;