summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorFrank Li <Frank.Li@freescale.com>2011-07-20 18:42:58 +0800
committerFrank Li <Frank.Li@freescale.com>2011-07-20 18:47:57 +0800
commit7d39c7c01754641dbb42cc186279a2f8ab0b3ce0 (patch)
treefde6ccb7621bf1df7f5b02713b140599343477ca /include
parent6d68e4e072dbe16884870acc32455e3ca67d41cd (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 73d1b91d22c4..d60e94bed28f 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).