Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
mpr121_touchkey.h
Go to the documentation of this file.
1 /* Header file for Freescale MPR121 Capacitive Touch Sensor */
2 
3 #ifndef _MPR121_TOUCHKEY_H
4 #define _MPR121_TOUCHKEY_H
5 
14  const unsigned short *keymap;
15  unsigned int keymap_size;
16  bool wakeup;
17  int vdd_uv;
18 };
19 
20 #endif /* _MPR121_TOUCHKEY_H */