summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorTony Lin <tony.lin@freescale.com>2011-11-11 11:00:39 +0800
committerJason Liu <r64343@freescale.com>2012-01-09 21:07:39 +0800
commitb7194e8008bc1a5a81a3bbb447cba76a2480b763 (patch)
tree4818270df2d656c7a0dffa8282cdb0371142eb4e /include
parent8a5a641b80d7e589585881a1aa78ead1511ab896 (diff)
ENGR00161951-1 [mx6q]performance monitor driver
add plt_init & plt_exit functions to structure, so that the driver would have chance to do platform specific init and exit Signed-off-by: Tony Lin <tony.lin@freescale.com>
Diffstat (limited to 'include')
-rw-r--r--include/linux/fsl_devices.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/fsl_devices.h b/include/linux/fsl_devices.h
index d528828de204..1fa74c78aa1a 100644
--- a/include/linux/fsl_devices.h
+++ b/include/linux/fsl_devices.h
@@ -369,6 +369,8 @@ struct mxs_perfmon_bit_config {
struct mxs_platform_perfmon_data {
struct mxs_perfmon_bit_config *bit_config_tab;
int bit_config_cnt;
+ void (*plt_init) (void);
+ void (*plt_exit) (void);
};
#endif /* _FSL_DEVICE_H_ */