summaryrefslogtreecommitdiff
path: root/arch/arm/mach-ux500/board-ux500-usb.h
diff options
context:
space:
mode:
authorSakethram Bommisetti <sakethram.bommisetti@stericsson.com>2011-09-13 14:03:27 +0530
committerUlf Hansson <ulf.hansson@stericsson.com>2011-09-19 16:07:34 +0200
commit6b665c905f6d44f9af397fdf67d5f4e4344a8e79 (patch)
tree4593711abe7fa598379a73f50104c8a67f80af73 /arch/arm/mach-ux500/board-ux500-usb.h
parente17d2c827f03a40d6b9db636f34e3e33a7a2920a (diff)
ux500:USB:Generic USB GPIO frame work
Making the existing U8500 usb gpio framework to generic. This allows other platforms to use the same structure. ST-Ericsson ID: NA ST-Ericsson Linux next: NA ST-Ericsson FOSS-OUT ID: NA Change-Id: I3d5edc139e247b2373d1dd77243421e74783a0ea Signed-off-by: Sakethram Bommisetti <sakethram.bommisetti@stericsson.com> Reviewed-on: http://gerrit.lud.stericsson.com/gerrit/30790
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