]> Git Repo - linux.git/blob - include/linux/spi/mc33880.h
Merge tag 'csky-for-linus-6.4' of https://github.com/c-sky/csky-linux
[linux.git] / include / linux / spi / mc33880.h
1 /* SPDX-License-Identifier: GPL-2.0 */
2 #ifndef LINUX_SPI_MC33880_H
3 #define LINUX_SPI_MC33880_H
4
5 struct mc33880_platform_data {
6         /* number assigned to the first GPIO */
7         unsigned        base;
8 };
9
10 #endif
11
This page took 0.025407 seconds and 4 git commands to generate.