mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-17 01:04:19 +08:00
14 lines
435 B
C
14 lines
435 B
C
|
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_nand_device;
|
||
|
|
||
|
extern struct platform_device mxc_sdhc_device0;
|
||
|
extern struct platform_device mxc_sdhc_device1;
|
||
|
|
||
|
extern struct platform_device mxc_cspi_device0;
|
||
|
extern struct platform_device mxc_cspi_device1;
|
||
|
|
||
|
extern struct platform_device mxc_wdog_device0;
|