Linux Audio

Check our new training course

Linux kernel drivers training

Mar 31-Apr 9, 2025, special US time zones
Register
Loading...
v5.4
 1/* SPDX-License-Identifier: GPL-2.0 */
 2/*
 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__ */
v3.5.6
 
 1/*
 2 *
 3 *
 4 */
 5#ifndef __LINUX_PLATFORM_DATA_EFM32_UART_H__
 6#define __LINUX_PLATFORM_DATA_EFM32_UART_H__
 7
 8#include <linux/types.h>
 9
10/**
11 * struct efm32_uart_pdata
12 * @location: pinmux location for the I/O pins (to be written to the ROUTE
13 * 	register)
14 */
15struct efm32_uart_pdata {
16	u8 location;
17};
18#endif /* ifndef __LINUX_PLATFORM_DATA_EFM32_UART_H__ */