Kernel  |  3.3

下载     查看原文件
C++程序  |  11行  |  157 B
#ifndef LINUX_SPI_MC33880_H
#define LINUX_SPI_MC33880_H

struct mc33880_platform_data {
	/* number assigned to the first GPIO */
	unsigned	base;
};

#endif