diff options
Diffstat (limited to 'include/linux/sensor_hub.h')
| -rw-r--r-- | include/linux/sensor_hub.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/include/linux/sensor_hub.h b/include/linux/sensor_hub.h new file mode 100644 index 00000000000..d74b902e9c5 --- /dev/null +++ b/include/linux/sensor_hub.h @@ -0,0 +1,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 + |
