Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
bu21013.h
Go to the documentation of this file.
1 /*
2  * Copyright (C) ST-Ericsson SA 2010
3  * Author: Naveen Kumar G <[email protected]> for ST-Ericsson
4  * License terms:GNU General Public License (GPL) version 2
5  */
6 
7 #ifndef _BU21013_H
8 #define _BU21013_H
9 
27  int (*cs_en)(int reset_pin);
28  int (*cs_dis)(int reset_pin);
32  unsigned int cs_pin;
33  unsigned int irq;
34  bool ext_clk;
35  bool x_flip;
36  bool y_flip;
37  bool wakeup;
38 };
39 
40 #endif