]> git.proxmox.com Git - mirror_ubuntu-eoan-kernel.git/blame - arch/sh/include/asm/spi.h
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
[mirror_ubuntu-eoan-kernel.git] / arch / sh / include / asm / spi.h
CommitLineData
b2441318 1/* SPDX-License-Identifier: GPL-2.0 */
6582d7b7
MD
2#ifndef __ASM_SPI_H__
3#define __ASM_SPI_H__
4
5struct sh_spi_info;
6
7struct sh_spi_info {
8 int bus_num;
9 int num_chipselect;
10
11 void (*chip_select)(struct sh_spi_info *spi, int cs, int state);
12};
13
14#endif /* __ASM_SPI_H__ */