]> Git Repo - linux.git/blob - include/linux/platform_data/efm32-spi.h
Merge tag 'sound-5.7-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai...
[linux.git] / include / linux / platform_data / efm32-spi.h
1 /* SPDX-License-Identifier: GPL-2.0 */
2 #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  */
12 struct efm32_spi_pdata {
13         u8 location;
14 };
15 #endif /* ifndef __LINUX_PLATFORM_DATA_EFM32_SPI_H__ */
This page took 0.035335 seconds and 4 git commands to generate.