X-Git-Url: https://git.karo-electronics.de/?a=blobdiff_plain;f=drivers%2Foprofile%2Foprof.h;h=47e12cb4ee8ba7464e4b0c7ef955be71b1caa201;hb=5bfec46baa3a752393433b8d89d3b2c70820f61d;hp=cb92f5c98c1abc2f4207b94ce205b6c6848ee3cd;hpb=23756692147c5dfd3328afd42e16e9d943ff756c;p=mv-sheeva.git diff --git a/drivers/oprofile/oprof.h b/drivers/oprofile/oprof.h index cb92f5c98c1..47e12cb4ee8 100644 --- a/drivers/oprofile/oprof.h +++ b/drivers/oprofile/oprof.h @@ -34,7 +34,8 @@ struct super_block; struct dentry; void oprofile_create_files(struct super_block *sb, struct dentry *root); -void oprofile_timer_init(struct oprofile_operations *ops); +int oprofile_timer_init(struct oprofile_operations *ops); +void oprofile_timer_exit(void); int oprofile_set_backtrace(unsigned long depth); int oprofile_set_timeout(unsigned long time);