summaryrefslogtreecommitdiff
path: root/ANDROID_3.4.5/drivers/oprofile/oprof.h
diff options
context:
space:
mode:
authorKevin2014-11-15 10:00:36 +0800
committerKevin2014-11-15 10:00:36 +0800
commit9d40ac5867b9aefe0722bc1f110b965ff294d30d (patch)
treede942df665fac4bac0d9cb7ae86910fe937b0c1a /ANDROID_3.4.5/drivers/oprofile/oprof.h
parent392e8802486cb573b916e746010e141a75f507e6 (diff)
downloadFOSSEE-netbook-kernel-source-9d40ac5867b9aefe0722bc1f110b965ff294d30d.tar.gz
FOSSEE-netbook-kernel-source-9d40ac5867b9aefe0722bc1f110b965ff294d30d.tar.bz2
FOSSEE-netbook-kernel-source-9d40ac5867b9aefe0722bc1f110b965ff294d30d.zip
add via modify part source code for wm8880 4.4 kitkat
Diffstat (limited to 'ANDROID_3.4.5/drivers/oprofile/oprof.h')
-rw-r--r--ANDROID_3.4.5/drivers/oprofile/oprof.h7
1 files changed, 7 insertions, 0 deletions
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