From 9d40ac5867b9aefe0722bc1f110b965ff294d30d Mon Sep 17 00:00:00 2001 From: Kevin Date: Sat, 15 Nov 2014 10:00:36 +0800 Subject: add via modify part source code for wm8880 4.4 kitkat --- ANDROID_3.4.5/drivers/oprofile/oprof.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ANDROID_3.4.5/drivers/oprofile/oprof.h') diff --git a/ANDROID_3.4.5/drivers/oprofile/oprof.h b/ANDROID_3.4.5/drivers/oprofile/oprof.h index d32ef816..a3cafd42 100644 --- a/ANDROID_3.4.5/drivers/oprofile/oprof.h +++ b/ANDROID_3.4.5/drivers/oprofile/oprof.h @@ -30,11 +30,18 @@ extern struct oprofile_operations oprofile_ops; extern unsigned long oprofile_started; extern unsigned long oprofile_backtrace_depth; +/* 2013-01-14 YJChen: Add Begin */ +extern unsigned int TIMER2_LATCH; +/* 2013-01-14 YJChen: Add End */ + struct super_block; struct dentry; void oprofile_create_files(struct super_block *sb, struct dentry *root); int oprofile_timer_init(struct oprofile_operations *ops); +/* 2013-01-14 YJChen: Add Begin */ +int oprofile_timer2_init(struct oprofile_operations *ops); +/* 2013-01-14 YJChen: Add End */ #ifdef CONFIG_OPROFILE_NMI_TIMER int op_nmi_timer_init(struct oprofile_operations *ops); #else -- cgit