]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blob - include/linux/platform_data/efm32-spi.h
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nftables
[mirror_ubuntu-artful-kernel.git] / include / linux / platform_data / efm32-spi.h
1 #ifndef __LINUX_PLATFORM_DATA_EFM32_SPI_H__
2 #define __LINUX_PLATFORM_DATA_EFM32_SPI_H__
3
4 #include <linux/types.h>
5
6 /**
7 * struct efm32_spi_pdata
8 * @location: pinmux location for the I/O pins (to be written to the ROUTE
9 * register)
10 */
11 struct efm32_spi_pdata {
12 u8 location;
13 };
14 #endif /* ifndef __LINUX_PLATFORM_DATA_EFM32_SPI_H__ */