Adding support for MOXA ART SoC. Testing port of linux-2.6.32.60-moxart.
[linux-3.6.7-moxart.git] / include / linux / platform_data / efm32-uart.h
blobed0e975b3c5433bccd33b22fb9fa5a95b07492e8
1 /*
4 */
5 #ifndef __LINUX_PLATFORM_DATA_EFM32_UART_H__
6 #define __LINUX_PLATFORM_DATA_EFM32_UART_H__
8 #include <linux/types.h>
10 /**
11 * struct efm32_uart_pdata
12 * @location: pinmux location for the I/O pins (to be written to the ROUTE
13 * register)
15 struct efm32_uart_pdata {
16 u8 location;
18 #endif /* ifndef __LINUX_PLATFORM_DATA_EFM32_UART_H__ */