blob: dbdfcc7a3db22025a9705c69f741b555cbee3cd1 [file] [log] [blame]
Thomas Gleixner8e8e69d2019-05-29 07:17:59 -07001/* SPDX-License-Identifier: GPL-2.0-only */
Shimoda, Yoshihiroa3633fe2012-04-20 14:50:36 +09002/*
3 * Renesas SPI driver
4 *
5 * Copyright (C) 2012 Renesas Solutions Corp.
Shimoda, Yoshihiroa3633fe2012-04-20 14:50:36 +09006 */
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
Hiep Cao Minh5ce0ba82013-09-03 13:10:26 +090015 u16 num_chipselect;
Shimoda, Yoshihiroa3633fe2012-04-20 14:50:36 +090016};
17
18#endif