summaryrefslogtreecommitdiff
path: root/include/linux/fsl_devices.h
diff options
context:
space:
mode:
authorFrank Li <Frank.Li@freescale.com>2011-07-20 18:42:58 +0800
committerJason Liu <r64343@freescale.com>2012-07-20 13:14:50 +0800
commit8a630ae37b7da30d0713e2eb0dea7be7862a99be (patch)
tree6611e6d9a3caa65d5fc941296ecd998df2e863ee /include/linux/fsl_devices.h
parent56a254e3d71803aa94f768979ddc94f2572c3192 (diff)
ENGR00139238-1 include: add p1003_ts_platform_data to fsl_device.h
Add p1003_ts_platform_data to fsl_device.h Signed-off-by: Frank Li <Frank.Li@freescale.com>
Diffstat (limited to 'include/linux/fsl_devices.h')
-rw-r--r--include/linux/fsl_devices.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/linux/fsl_devices.h b/include/linux/fsl_devices.h
index 844dbc83624c..4309a70a87a1 100644
--- a/include/linux/fsl_devices.h
+++ b/include/linux/fsl_devices.h
@@ -321,6 +321,10 @@ struct mxc_spdif_platform_data {
struct clk *spdif_audio_clk;
};
+struct p1003_ts_platform_data {
+ int (*hw_status) (void);
+};
+
/* Returns non-zero if the current suspend operation would
* lead to a deep sleep (i.e. power removed from the core,
* instead of just the clock).