aboutsummaryrefslogtreecommitdiff
path: root/sensor.h
diff options
context:
space:
mode:
authorDaniel Lezcano <daniel.lezcano@linaro.org>2011-06-15 15:45:12 +0200
committerDaniel Lezcano <daniel.lezcano@linaro.org>2011-06-15 15:45:12 +0200
commit597892aaee54debd403f423a781538785b646a19 (patch)
treed3560b5acd0ddc837ee752e96d2ed9fc8b958ad6 /sensor.h
parent2e9df76582b49ab87b7a36365d997f061ed262be (diff)
make the functions name consistent
Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>
Diffstat (limited to 'sensor.h')
-rw-r--r--sensor.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/sensor.h b/sensor.h
index 8537149..4be90e6 100644
--- a/sensor.h
+++ b/sensor.h
@@ -13,3 +13,6 @@
* - initial API and implementation
*******************************************************************************/
+extern int sensor_dump(void);
+extern int sensor_display(void);
+extern int sensor_init(void);