aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorFrank Li <Frank.Li@freescale.com>2011-07-20 18:42:58 +0800
committerEric Miao <eric.miao@canonical.com>2011-11-10 07:38:15 +0800
commit392ccb97dcbaad7cd138f53df50fe2ab5ba28282 (patch)
tree98d695ce5be384e53355738ed47badbfc9055920 /include
parent99009fad1b90850f9c5701c801277ba01cbc6a18 (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')
-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 73d1b91d22c..d60e94bed28 100644
--- a/include/linux/fsl_devices.h
+++ b/include/linux/fsl_devices.h
@@ -316,6 +316,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).