aboutsummaryrefslogtreecommitdiff
path: root/src/controllers/generic.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/controllers/generic.h')
-rw-r--r--src/controllers/generic.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/controllers/generic.h b/src/controllers/generic.h
new file mode 100644
index 0000000..f5566e1
--- /dev/null
+++ b/src/controllers/generic.h
@@ -0,0 +1,8 @@
+#ifndef CONTROLLERS_GENERIC_H
+#define CONTROLLERS_GENERIC_H
+
+#include <controller.h>
+
+struct controller controller_generic;
+
+#endif