diff options
Diffstat (limited to 'arch/arm/plat-mxc/include/mach/devices-common.h')
-rw-r--r-- | arch/arm/plat-mxc/include/mach/devices-common.h | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/arch/arm/plat-mxc/include/mach/devices-common.h b/arch/arm/plat-mxc/include/mach/devices-common.h index 431e0ef4a832..4eb45fa53ac5 100644 --- a/arch/arm/plat-mxc/include/mach/devices-common.h +++ b/arch/arm/plat-mxc/include/mach/devices-common.h | |||
@@ -82,6 +82,22 @@ struct platform_device *__init imx_add_imx_uart_1irq( | |||
82 | const struct imx_imx_uart_1irq_data *data, | 82 | const struct imx_imx_uart_1irq_data *data, |
83 | const struct imxuart_platform_data *pdata); | 83 | const struct imxuart_platform_data *pdata); |
84 | 84 | ||
85 | #include <mach/usb.h> | ||
86 | struct imx_imx_udc_data { | ||
87 | resource_size_t iobase; | ||
88 | resource_size_t iosize; | ||
89 | resource_size_t irq0; | ||
90 | resource_size_t irq1; | ||
91 | resource_size_t irq2; | ||
92 | resource_size_t irq3; | ||
93 | resource_size_t irq4; | ||
94 | resource_size_t irq5; | ||
95 | resource_size_t irq6; | ||
96 | }; | ||
97 | struct platform_device *__init imx_add_imx_udc( | ||
98 | const struct imx_imx_udc_data *data, | ||
99 | const struct imxusb_platform_data *pdata); | ||
100 | |||
85 | #include <mach/mxc_nand.h> | 101 | #include <mach/mxc_nand.h> |
86 | struct imx_mxc_nand_data { | 102 | struct imx_mxc_nand_data { |
87 | /* | 103 | /* |