summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorDinh Nguyen <Dinh.Nguyen@freescale.com>2010-09-14 21:04:29 -0500
committerAlan Tull <r80115@freescale.com>2010-09-25 09:50:39 -0500
commitf78ff644650922c9f87eea3aef50ac62eb51971c (patch)
tree0d8232538e9b02702f3bac212f8b23ecbaa677da /include
parent163d175605d6718c741c3c448cd95c853757a99c (diff)
ENGR00126059-3 EPDC: Add mxc_epdc_fb_platform_data structure
Add mxc_epdc_fb_platform_data to fsl_devices.h Signed-off-by: Danny Nold <dannynold@freescale.com>
Diffstat (limited to 'include')
-rw-r--r--include/linux/fsl_devices.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/include/linux/fsl_devices.h b/include/linux/fsl_devices.h
index e2a87fe9e64c..7ebf4953e2d2 100644
--- a/include/linux/fsl_devices.h
+++ b/include/linux/fsl_devices.h
@@ -294,6 +294,13 @@ struct mxc_tvin_platform_data {
void (*reset) (void);
};
+struct mxc_epdc_fb_platform_data {
+ void (*get_pins) (void);
+ void (*put_pins) (void);
+ void (*enable_pins) (void);
+ void (*disable_pins) (void);
+};
+
/*! Platform data for the IDE drive structure. */
struct mxc_ide_platform_data {
char *power_drive; /*!< The power pointer */