Kernel  |  3.0

下载     查看原文件
C++程序  |  10行  |  162 B
#ifndef __LINUX_I2C_CP_TM1217_H
#define __LINUX_I2C_CP_TM1217_H

struct cp_tm1217_platform_data
{
	int gpio;		/* If not set uses the IRQ resource 0 */
};

#endif