aboutsummaryrefslogtreecommitdiff
path: root/accel.h
diff options
context:
space:
mode:
Diffstat (limited to 'accel.h')
-rw-r--r--accel.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/accel.h b/accel.h
new file mode 100644
index 0000000..e027946
--- /dev/null
+++ b/accel.h
@@ -0,0 +1,8 @@
+#ifndef ACCEL_H
+#define ACCEL_H
+
+void accelInit ();
+void accelStart ();
+
+#endif /* ACCEL_H */
+