OSHW-DEIMOS/SOFTWARE/A64-TERES/linux-a64/drivers/input/touchscreen/gslx680/gslX680.h
Dimitar Gamishev f9b0e7a283 linux
2017-10-13 14:07:04 +03:00

20 lines
449 B
C
Executable File
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

#ifndef _GSLX680_H_
#define _GSLX680_H_
#define FILTER_POINT //<2F><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Ĭ<EFBFBD><C4AC>6<EFBFBD><36><EFBFBD><EFBFBD>Ҫ<EFBFBD><D2AA>̫<EFBFBD><CCAB>
#ifdef FILTER_POINT
#define FILTER_MAX 12
#endif
/*<2A><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Ե<EFBFBD><D4B5><EFBFBD>겻׼<EAB2BB><D7BC><EFBFBD><EFBFBD><EFBFBD>һ<E2A3AC><D2BB><EFBFBD><EFBFBD><EFBFBD><EFBFBD>²<EFBFBD>Ҫ<EFBFBD><D2AA><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
<EFBFBD><EFBFBD><EFBFBD>ǶԱ<EFBFBD>ԵҪ<EFBFBD><EFBFBD>Ƚ<EFBFBD>׼<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ļ<EFBFBD><EFBFBD><EFBFBD>Ҫ<EFBFBD>ѵ<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>0%*/
struct fw_data
{
u32 offset : 8;
u32 : 0;
u32 val;
};
#endif