summaryrefslogtreecommitdiff
path: root/test/tests.h
diff options
context:
space:
mode:
Diffstat (limited to 'test/tests.h')
-rw-r--r--test/tests.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/tests.h b/test/tests.h
new file mode 100644
index 000000000..7fa5ac210
--- /dev/null
+++ b/test/tests.h
@@ -0,0 +1,6 @@
+#ifndef TESTS_H
+#define TESTS_H
+
+int protocol_xchangedevicecontrol_test(void);
+
+#endif /* TESTS_H */