aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/sensor/sensors_core.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/sensor/sensors_core.h')
-rw-r--r--include/linux/sensor/sensors_core.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/linux/sensor/sensors_core.h b/include/linux/sensor/sensors_core.h
index 969e460..03e86c0 100644
--- a/include/linux/sensor/sensors_core.h
+++ b/include/linux/sensor/sensors_core.h
@@ -13,6 +13,9 @@
extern struct device *sensors_classdev_register(char *sensors_name);
extern void sensors_classdev_unregister(struct device *dev);
+extern int sensors_register(struct device *dev,
+ void *drvdata, struct device_attribute *attributes[], char *name);
+extern void sensors_unregister(struct device *dev);
struct accel_platform_data {
int (*accel_get_position) (void);