]> err.no Git - linux-2.6/blobdiff - arch/i386/oprofile/op_x86_model.h
Merge branch 'drm-patches' of git://git.kernel.org/pub/scm/linux/kernel/git/airlied...
[linux-2.6] / arch / i386 / oprofile / op_x86_model.h
index 123b7e90a9eed803699470e6eb44010f8f2428db..abb1aa95b979f8dbc0fa65a90210d11409715f61 100644 (file)
@@ -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;