aboutsummaryrefslogtreecommitdiff
path: root/regulator.c
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
commit156274830b76fc80b27508a6bf9cbc6151c15d48 (patch)
treea88ac6e55405cdf7f72db28e6a5b2bc5b0f986d9 /regulator.c
parentc44764a712fa2c834f8dbe2812605b674144c2de (diff)
downloadpowerdebug-156274830b76fc80b27508a6bf9cbc6151c15d48.tar.gz
cleanup the headers
Make some cleanup around the headers. Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>
Diffstat (limited to 'regulator.c')
-rw-r--r--regulator.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/regulator.c b/regulator.c
index 4b9d36e..696ed10 100644
--- a/regulator.c
+++ b/regulator.c
@@ -18,6 +18,8 @@
#include "regulator.h"
#define SYSFS_REGULATOR "/sys/class/regulator"
+#define VALUE_MAX 16
+
#define _GNU_SOURCE
#include <stdio.h>
#undef _GNU_SOURCE