/* Linux/ARCH/ARM/Plat-Samsung/dev-uart.c
* Originally from arch/ARM/plat-s3c24xx/Devs. c
* X
* Copyright (c) 2004 simtec Electronics
* Ben dooks <ben@simtec.co.uk>
*
* Base s3c24xx platform device Definitions
*
* This program is free software; you can redistribute it and/or modify
* It under the terms of the GNU General Public License version 2
* Published by the Free Software Foundation.
*
*/
# Include <Linux/kernel. h>
# Include <Linux/platform_device.h>
# Include <plat/Devs. h>
/* UART devices */
Static struct platform_device s3c24xx_uart_device0 = {
. ID = 0,
};
Static struct platform_device s3c24xx_uart_device1 = {
. ID = 1,
};
Static struct platform_device s3c24xx_uart_device2 = {
. ID = 2,
};
Static struct platform_device s3c24xx_uart_device3 = {
. ID = 3,
};
Struct platform_device * s3c24xx_uart_src [4] = {
& Amp; s3c24xx_uart_device0,
& Amp; s3c24xx_uart_device1,
& Amp; s3c24xx_uart_device2,
& Amp; s3c24xx_uart_device3,
};
Struct platform_device * s3c24xx_uart_devs [4] = {
};