]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/blob - include/linux/platform_data/spi-ep93xx.h
UBUNTU: Ubuntu-5.11.0-22.23
[mirror_ubuntu-hirsute-kernel.git] / include / linux / platform_data / spi-ep93xx.h
1 /* SPDX-License-Identifier: GPL-2.0 */
2 #ifndef __ASM_MACH_EP93XX_SPI_H
3 #define __ASM_MACH_EP93XX_SPI_H
4
5 struct spi_device;
6
7 /**
8 * struct ep93xx_spi_info - EP93xx specific SPI descriptor
9 * @use_dma: use DMA for the transfers
10 */
11 struct ep93xx_spi_info {
12 bool use_dma;
13 };
14
15 #endif /* __ASM_MACH_EP93XX_SPI_H */