summaryrefslogtreecommitdiff
path: root/tests/rottest/rotator.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/rottest/rotator.h')
-rw-r--r--tests/rottest/rotator.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/tests/rottest/rotator.h b/tests/rottest/rotator.h
new file mode 100644
index 00000000..5962a479
--- /dev/null
+++ b/tests/rottest/rotator.h
@@ -0,0 +1,9 @@
+#ifndef __ROTATOR_H__
+#define __ROTATOR_H__
+
+extern void rotator_1_N_set_mode(struct connector *c, int count, int page_flip,
+ long int *usec);
+extern void rotator_N_N_set_mode(struct connector *c, int count, int page_flip,
+ long int *usec);
+
+#endif