X-Git-Url: https://git.karo-electronics.de/?a=blobdiff_plain;ds=sidebyside;f=drivers%2Foprofile%2Foprof.h;h=47e12cb4ee8ba7464e4b0c7ef955be71b1caa201;hb=e9cee8e6549b669080e9a7d02b8387086a5c911d;hp=cb92f5c98c1abc2f4207b94ce205b6c6848ee3cd;hpb=7cce2f4cb7f5f641f78c8e3eea4e7b1b96cb71c0;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);