summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTony LIU <junjie.liu@freescale.com>2012-02-08 15:48:10 +0800
committerJustin Waters <justin.waters@timesys.com>2012-07-03 16:56:59 -0400
commitbaffe3d440a15ab5e6c7f676b82b7c197a6e5eae (patch)
tree3c389f162cc22686d37a2418736c216e4414cb88
parent6d16ada0f4ca03c70434b1866e3455486cac3d53 (diff)
ENGR00174037-3 Add HSIC suspend/resume feature
head file Signed-off-by: Tony LIU <junjie.liu@freescale.com>
-rw-r--r--include/linux/fsl_devices.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/fsl_devices.h b/include/linux/fsl_devices.h
index 395ddc7f0f96..cc243ba93c36 100644
--- a/include/linux/fsl_devices.h
+++ b/include/linux/fsl_devices.h
@@ -123,6 +123,7 @@ struct fsl_usb2_platform_data {
enum usb_wakeup_event (*is_wakeup_event)(struct fsl_usb2_platform_data *);
void (*wakeup_handler)(struct fsl_usb2_platform_data *);
void (*hsic_post_ops)(void);
+ void (*hsic_device_connected)(void);
struct fsl_usb2_wakeup_platform_data *wakeup_pdata;
struct platform_device *pdev;