/* * 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);