Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
at v5.3-rc8 11 lines 196 B view raw
1/* SPDX-License-Identifier: GPL-2.0 */ 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