summaryrefslogtreecommitdiff
path: root/arch/arm/mach-ux500/board-ux500-usb.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/mach-ux500/board-ux500-usb.h')
-rw-r--r--arch/arm/mach-ux500/board-ux500-usb.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/arch/arm/mach-ux500/board-ux500-usb.h b/arch/arm/mach-ux500/board-ux500-usb.h
new file mode 100644
index 00000000000..6b35a181c0a
--- /dev/null
+++ b/arch/arm/mach-ux500/board-ux500-usb.h
@@ -0,0 +1,13 @@
+/*
+ * Copyright (C) ST-Ericsson SA 2011
+ *
+ * Author: Saketh Ram Bommisetti <sakethram.bommisetti@stericsson.com>
+ * License terms: GNU General Public License (GPL) version 2
+ */
+
+#ifndef __BOARD_UX500_USB_H
+#define __BOARD_UX500_USB_H
+
+extern struct abx500_usbgpio_platform_data abx500_usbgpio_plat_data;
+
+#endif