| Flemmard | e2ce3b7 | 2013-04-25 21:59:45 -0700 | [diff] [blame] | 1 | #ifndef __LINUX_PL_SENSOR_H |
| 2 | #define __LINUX_PL_SENSOR_H | ||||
| 3 | |||||
| 4 | extern struct blocking_notifier_head psensor_notifier_list; | ||||
| 5 | |||||
| 6 | extern int register_notifier_by_psensor(struct notifier_block *nb); | ||||
| 7 | extern int unregister_notifier_by_psensor(struct notifier_block *nb); | ||||
| 8 | int psensor_enable_by_touch_driver(int on); | ||||
| 9 | int power_key_check_in_pocket(void); | ||||
| 10 | #endif | ||||
| 11 | |||||