aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/input/touchscreen/wacom/wacom_i2c_firm.h
blob: 76ecf513de7927e1e7d50c8aaab1eddc5d47a43b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
/*
 *  wacom_i2c_firm.h - Wacom G5 Digitizer Controller (I2C bus)
 *
 *
 *  This program is free software; you can redistribute it and/or modify
 *  it under the terms of the GNU General Public License as published by
 *  the Free Software Foundation; either version 2 of the License, or
 *  (at your option) any later version.
 *
 *  This program is distributed in the hope that it will be useful,
 *  but WITHOUT ANY WARRANTY; without even the implied warranty of
 *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 *  GNU General Public License for more details.
 *
 *  You should have received a copy of the GNU General Public License
 *  along with this program; if not, write to the Free Software
 *  Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
 */

extern const unsigned int Binary_nLength;
extern const unsigned char Mpu_type;
extern unsigned int Firmware_version_of_file;
extern unsigned char *Binary;
extern bool ums_binary;
extern const char Firmware_checksum[];
extern unsigned char *firmware_name;
void wacom_i2c_init_firm_data(void);
void wacom_i2c_set_firm_data(unsigned char *Binary_new);
int wacom_i2c_get_digitizer_type(void);