You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
598 B
23 lines
598 B
/*
|
|
* drivers/input/touchscreen/gsl_point_id.h
|
|
*
|
|
* Copyright (c) 2012 Shanghai Basewin
|
|
* Guan Yuwei<guanyuwei@basewin.com>
|
|
*
|
|
* This program is free software; you can redistribute it and/or modify
|
|
* it under the terms of the GNU General Public License version 2 as
|
|
* published by the Free Software Foundation.
|
|
*/
|
|
|
|
#ifndef _GSL_POINT_ID_H
|
|
#define _GSL_POINT_ID_H
|
|
|
|
struct gsl_touch_info;
|
|
|
|
unsigned int gsl_mask_tiaoping(void);
|
|
unsigned int gsl_version_id(void);
|
|
void gsl_alg_id_main(struct gsl_touch_info *cinfo);
|
|
void gsl_DataInit(unsigned int * conf_in);
|
|
|
|
#endif /* _GSL_POINT_ID_H */
|