1 /* SPDX-License-Identifier: GPL-2.0 */
2 #ifndef __LINUX_PLATFORM_DATA_EFM32_SPI_H__
3 #define __LINUX_PLATFORM_DATA_EFM32_SPI_H__
5 #include <linux/types.h>
8 * struct efm32_spi_pdata
9 * @location: pinmux location for the I/O pins (to be written to the ROUTE
12 struct efm32_spi_pdata
{
15 #endif /* ifndef __LINUX_PLATFORM_DATA_EFM32_SPI_H__ */