]> Git Repo - linux.git/blob - include/linux/spi/spi_oc_tiny.h
Merge tag 'erofs-for-6.8-rc3-fixes' of git://git.kernel.org/pub/scm/linux/kernel...
[linux.git] / include / linux / spi / spi_oc_tiny.h
1 /* SPDX-License-Identifier: GPL-2.0 */
2 #ifndef _LINUX_SPI_SPI_OC_TINY_H
3 #define _LINUX_SPI_SPI_OC_TINY_H
4
5 /**
6  * struct tiny_spi_platform_data - platform data of the OpenCores tiny SPI
7  * @freq:       input clock freq to the core.
8  * @baudwidth:  baud rate divider width of the core.
9  *
10  * freq and baudwidth are used only if the divider is programmable.
11  */
12 struct tiny_spi_platform_data {
13         unsigned int freq;
14         unsigned int baudwidth;
15 };
16
17 #endif /* _LINUX_SPI_SPI_OC_TINY_H */
This page took 0.039999 seconds and 4 git commands to generate.