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 | 8 |
1 files changed, 8 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 9e3e3d8ae8c2..eaf79d220c9a 100644 --- a/arch/arm/plat-mxc/include/mach/devices-common.h +++ b/arch/arm/plat-mxc/include/mach/devices-common.h | |||
@@ -83,6 +83,14 @@ struct platform_device *__init imx_add_imx21_hcd( | |||
83 | const struct imx_imx21_hcd_data *data, | 83 | const struct imx_imx21_hcd_data *data, |
84 | const struct mx21_usbh_platform_data *pdata); | 84 | const struct mx21_usbh_platform_data *pdata); |
85 | 85 | ||
86 | struct imx_imx27_coda_data { | ||
87 | resource_size_t iobase; | ||
88 | resource_size_t iosize; | ||
89 | resource_size_t irq; | ||
90 | }; | ||
91 | struct platform_device *__init imx_add_imx27_coda( | ||
92 | const struct imx_imx27_coda_data *data); | ||
93 | |||
86 | struct imx_imx2_wdt_data { | 94 | struct imx_imx2_wdt_data { |
87 | int id; | 95 | int id; |
88 | resource_size_t iobase; | 96 | resource_size_t iobase; |