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