Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
synaptics_i2c_rmi4.h
Go to the documentation of this file.
1 
10 /*
11  * This file is licensed under the GPL2 license.
12  *
13  *#############################################################################
14  * GPL
15  *
16  * This program is free software; you can redistribute it and/or modify it
17  * under the terms of the GNU General Public License version 2 as published
18  * by the Free Software Foundation.
19  *
20  * This program is distributed in the hope that it will be useful, but
21  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
22  * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
23  * for more details.
24  *
25  *#############################################################################
26  */
27 
28 #ifndef _SYNAPTICS_RMI4_H_INCLUDED_
29 #define _SYNAPTICS_RMI4_H_INCLUDED_
30 
42  int irq_type;
43  bool x_flip;
44  bool y_flip;
45 };
46 
47 #endif