1 /* SPDX-License-Identifier: GPL-2.0-only */
3 * Freescale DSPI controller driver
8 #ifndef SPI_FSL_DSPI_HEADER_H
9 #define SPI_FSL_DSPI_HEADER_H
12 * struct fsl_dspi_platform_data - platform data for the Freescale DSPI driver
13 * @bus_num: board specific identifier for this DSPI driver.
14 * @cs_num: number of chip selects supported by this DSPI driver.
16 struct fsl_dspi_platform_data {
23 #endif /* SPI_FSL_DSPI_HEADER_H */