summaryrefslogtreecommitdiffstats
path: root/include/usb/fsl_usb2.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/usb/fsl_usb2.h')
-rw-r--r--include/usb/fsl_usb2.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/include/usb/fsl_usb2.h b/include/usb/fsl_usb2.h
index 881a5d4fdf..39757f71ad 100644
--- a/include/usb/fsl_usb2.h
+++ b/include/usb/fsl_usb2.h
@@ -23,7 +23,9 @@ struct fsl_usb2_platform_data {
unsigned int port_enables;
};
-int ci_udc_register(struct device_d *dev, void __iomem *regs);
-void ci_udc_unregister(void);
+struct fsl_udc;
+
+struct fsl_udc *ci_udc_register(struct device_d *dev, void __iomem *regs);
+void ci_udc_unregister(struct fsl_udc *);
#endif /* __USB_FSL_USB2_H */