blob: c831a0eb33f36057d76ad2c462664df7bd931d3a [file] [log] [blame]
Flemmarde2ce3b72013-04-25 21:59:45 -07001#ifndef __LINUX_PL_SENSOR_H
2#define __LINUX_PL_SENSOR_H
3
4extern struct blocking_notifier_head psensor_notifier_list;
5
6extern int register_notifier_by_psensor(struct notifier_block *nb);
7extern int unregister_notifier_by_psensor(struct notifier_block *nb);
8int psensor_enable_by_touch_driver(int on);
9int power_key_check_in_pocket(void);
10#endif
11