aboutsummaryrefslogtreecommitdiff
path: root/src/consts.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/consts.h')
-rw-r--r--src/consts.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/consts.h b/src/consts.h
new file mode 100644
index 0000000..a1b2af4
--- /dev/null
+++ b/src/consts.h
@@ -0,0 +1,9 @@
+#ifndef CONSTS_H
+#define CONSTS_H
+
+#define MS * 1000
+#define SEC * 1000 MS
+
+#define KEYPRESS_SIZE 72 /* XXX sys/???.h */
+
+#endif