summaryrefslogtreecommitdiff
path: root/src/utils.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/utils.h')
-rw-r--r--src/utils.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/utils.h b/src/utils.h
index 8e15094..5da7feb 100644
--- a/src/utils.h
+++ b/src/utils.h
@@ -1,3 +1,5 @@
#define STR(symbol) #symbol
#define STRINGIFY(symbol) STR(symbol)
+#define INA260_SYSFS "/sys/kernel/ina260"
+#define INA260_POWER_REGISTER "registers/power"