]> Git Repo - linux.git/blob - include/linux/spi/rspi.h
svcrdma: Add Write chunk WRs to the RPC's Send WR chain
[linux.git] / include / linux / spi / rspi.h
1 /* SPDX-License-Identifier: GPL-2.0-only */
2 /*
3  * Renesas SPI driver
4  *
5  * Copyright (C) 2012  Renesas Solutions Corp.
6  */
7
8 #ifndef __LINUX_SPI_RENESAS_SPI_H__
9 #define __LINUX_SPI_RENESAS_SPI_H__
10
11 struct rspi_plat_data {
12         unsigned int dma_tx_id;
13         unsigned int dma_rx_id;
14
15         u16 num_chipselect;
16 };
17
18 #endif
This page took 0.032408 seconds and 4 git commands to generate.