summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorTony Lin <tony.lin@freescale.com>2011-11-11 11:00:39 +0800
committerLily Zhang <r58066@freescale.com>2011-11-21 14:07:30 +0800
commit3a8fbb07c4354e75d73f42cf667cde7183a922a0 (patch)
tree0e6a12782d4e44c86ec7ee12b5ea8e5fd2a18e94 /include
parentc2ce5494f015357d504fbb755d50bdf92b22fcae (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 a1f00c200c65..79a2f9d8abcd 100644
--- a/include/linux/fsl_devices.h
+++ b/include/linux/fsl_devices.h
@@ -364,6 +364,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_ */