Kernel  |  3.18

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

struct eeti_ts_platform_data {
	int irq_gpio;
	unsigned int irq_active_high;
};

#endif /* LINUX_INPUT_EETI_TS_H */