![]() |
|
|||
0001 /* SPDX-License-Identifier: GPL-2.0 */ 0002 #ifndef __ASM_MACH_EP93XX_SPI_H 0003 #define __ASM_MACH_EP93XX_SPI_H 0004 0005 struct spi_device; 0006 0007 /** 0008 * struct ep93xx_spi_info - EP93xx specific SPI descriptor 0009 * @use_dma: use DMA for the transfers 0010 */ 0011 struct ep93xx_spi_info { 0012 bool use_dma; 0013 }; 0014 0015 #endif /* __ASM_MACH_EP93XX_SPI_H */
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.1.0 LXR engine. The LXR team |
![]() ![]() |