summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
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 */