blob: ccbb8f11db7528d443a05f86de163f98b5f57c4e [file] [log] [blame]
Greg Kroah-Hartmanb2441312017-11-01 15:07:57 +01001/* SPDX-License-Identifier: GPL-2.0 */
Uwe Kleine-König3afbd892012-01-25 09:05:04 +01002/*
3 *
4 *
5 */
6#ifndef __LINUX_PLATFORM_DATA_EFM32_UART_H__
7#define __LINUX_PLATFORM_DATA_EFM32_UART_H__
8
9#include <linux/types.h>
10
11/**
12 * struct efm32_uart_pdata
13 * @location: pinmux location for the I/O pins (to be written to the ROUTE
14 * register)
15 */
16struct efm32_uart_pdata {
17 u8 location;
18};
19#endif /* ifndef __LINUX_PLATFORM_DATA_EFM32_UART_H__ */