]> git.proxmox.com Git - mirror_ubuntu-kernels.git/blame - include/linux/spi/mc33880.h
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
[mirror_ubuntu-kernels.git] / include / linux / spi / mc33880.h
CommitLineData
b2441318 1/* SPDX-License-Identifier: GPL-2.0 */
1e5db006
RR
2#ifndef LINUX_SPI_MC33880_H
3#define LINUX_SPI_MC33880_H
4
5struct mc33880_platform_data {
6 /* number assigned to the first GPIO */
7 unsigned base;
8};
9
10#endif
11