devices.h 1.2 KB
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12
extern struct platform_device mxc_gpt1;
extern struct platform_device mxc_gpt2;
extern struct platform_device mxc_gpt3;
extern struct platform_device mxc_gpt4;
extern struct platform_device mxc_gpt5;
extern struct platform_device mxc_wdt;
extern struct platform_device mxc_uart_device0;
extern struct platform_device mxc_uart_device1;
extern struct platform_device mxc_uart_device2;
extern struct platform_device mxc_uart_device3;
extern struct platform_device mxc_uart_device4;
extern struct platform_device mxc_uart_device5;
S
Sascha Hauer 已提交
13
extern struct platform_device mxc_w1_master_device;
S
Sascha Hauer 已提交
14
extern struct platform_device mxc_nand_device;
15
extern struct platform_device mxc_fb_device;
16
extern struct platform_device mxc_fec_device;
17
extern struct platform_device mxc_pwm_device;
18 19
extern struct platform_device mxc_i2c_device0;
extern struct platform_device mxc_i2c_device1;
20 21
extern struct platform_device mxc_sdhc_device0;
extern struct platform_device mxc_sdhc_device1;
22 23 24 25
extern struct platform_device mxc_otg_udc_device;
extern struct platform_device mxc_otg_host;
extern struct platform_device mxc_usbh1;
extern struct platform_device mxc_usbh2;
S
Sascha Hauer 已提交
26 27 28 29
extern struct platform_device mxc_spi_device0;
extern struct platform_device mxc_spi_device1;
extern struct platform_device mxc_spi_device2;