aboutsummaryrefslogtreecommitdiff
path: root/include/linux/pl_sensor.h
blob: 1c1022bb250053f2d34305f81494b03d1eb9a4d3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
/*for P/L sensor common header file for each vender chip*/
#ifndef __LINUX_PL_SENSOR_H
#define __LINUX_PL_SENSOR_H

extern struct blocking_notifier_head psensor_notifier_list;

extern int register_notifier_by_psensor(struct notifier_block *nb);
extern int unregister_notifier_by_psensor(struct notifier_block *nb);
int psensor_enable_by_touch_driver(int on);
int power_key_check_in_pocket(void);
#endif