summaryrefslogtreecommitdiff
path: root/hdaps-tux.h
diff options
context:
space:
mode:
Diffstat (limited to 'hdaps-tux.h')
-rw-r--r--hdaps-tux.h15
1 files changed, 15 insertions, 0 deletions
diff --git a/hdaps-tux.h b/hdaps-tux.h
new file mode 100644
index 0000000..258e398
--- /dev/null
+++ b/hdaps-tux.h
@@ -0,0 +1,15 @@
+#ifndef _HDAPS_TUX_H_
+#define _HDAPS_TUX_H_
+
+#define POSITION_FILE "/sys/devices/platform/hdaps/position"
+#define TUX_FILE "tux.bmp"
+
+#define TIMEOUT_VAL 15
+
+#ifdef DEBUG
+#define dprintf(fmt, args...) fprintf(stderr, fmt, ##args)
+#else
+#define dprintf(fmt, args...)
+#endif /* DEBUG */
+
+#endif /* _HDAPS_TUX_H_ */