Merge tag 'gfs2-v5.16-rc2-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...
[linux-block.git] / include / linux / spi / rspi.h
CommitLineData
8e8e69d6 1/* SPDX-License-Identifier: GPL-2.0-only */
a3633fe7
SY
2/*
3 * Renesas SPI driver
4 *
5 * Copyright (C) 2012 Renesas Solutions Corp.
a3633fe7
SY
6 */
7
8#ifndef __LINUX_SPI_RENESAS_SPI_H__
9#define __LINUX_SPI_RENESAS_SPI_H__
10
11struct rspi_plat_data {
12 unsigned int dma_tx_id;
13 unsigned int dma_rx_id;
14
5ce0ba88 15 u16 num_chipselect;
a3633fe7
SY
16};
17
18#endif