summaryrefslogtreecommitdiff
path: root/include/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/config.h')
-rw-r--r--include/config.h15
1 files changed, 15 insertions, 0 deletions
diff --git a/include/config.h b/include/config.h
new file mode 100644
index 0000000..91ad943
--- /dev/null
+++ b/include/config.h
@@ -0,0 +1,15 @@
+
+#ifndef __CONFIG_H__
+#define __CONFIG_H__
+
+#define UPDATE_SECS 1
+
+//#define SHOW_SECONDS
+
+#define NUM_CPUS 2
+#define CPU_HISTORY_SIZE 10
+
+#define POWER_BASEDIR "/sys/class/power_supply/"
+#define NETIF_BASEDIR "/sys/class/net/"
+
+#endif