aboutsummaryrefslogtreecommitdiff
path: root/include/linux/hall_sensor.h
blob: 19415a645fbcad7b3644a7c11d44a6d1fcf4d395 (plain)
1
2
3
4
5
6
7
8
9
10
11
/*for Hall sensor common header file*/
#ifndef __LINUX_HALL_SENSOR_H
#define __LINUX_HALL_SENSOR_H

extern struct blocking_notifier_head hallsensor_notifier_list;

extern int register_notifier_by_hallsensor(struct notifier_block *nb);
extern int unregister_notifier_by_hallsensor(struct notifier_block *nb);
int hallsensor_enable_by_hover_driver(int on);
#endif