summaryrefslogtreecommitdiff
path: root/include/linux/tegra_usb.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/tegra_usb.h')
-rw-r--r--include/linux/tegra_usb.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/linux/tegra_usb.h b/include/linux/tegra_usb.h
index 2947ed26879a..6ae8c1e85229 100644
--- a/include/linux/tegra_usb.h
+++ b/include/linux/tegra_usb.h
@@ -32,4 +32,9 @@ struct tegra_ehci_platform_data {
void *phy_config;
};
+struct tegra_otg_platform_data {
+ struct platform_device* (*host_register)(void);
+ void (*host_unregister)(struct platform_device*);
+};
+
#endif /* _TEGRA_USB_H_ */