blob: d74b902e9c59103f191990ef2de6f6f5348721bc (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
/*for P/L sensor common header file for each vender chip*/
#ifndef __LINUX_SENSOR_HUB_H
#define __LINUX_SENSOR_HUB_H
extern struct blocking_notifier_head double_tap_notifier_list;
extern int register_notifier_by_facedown(struct notifier_block *nb);
extern int unregister_notifier_by_facedown(struct notifier_block *nb);
#endif
|