From 812e80c5bc7e673ea05d6d62328fbbab06d1c283 Mon Sep 17 00:00:00 2001 From: Tony LIU Date: Wed, 8 Feb 2012 15:48:10 +0800 Subject: [PATCH] ENGR00174037-3 Add HSIC suspend/resume feature head file Signed-off-by: Tony LIU --- include/linux/fsl_devices.h | 1 + 1 file changed, 1 insertion(+) 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; -- 2.39.5