summaryrefslogtreecommitdiff
path: root/test/ipa/shared_test.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/ipa/shared_test.c')
-rw-r--r--test/ipa/shared_test.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/ipa/shared_test.c b/test/ipa/shared_test.c
new file mode 100644
index 00000000..87d182b9
--- /dev/null
+++ b/test/ipa/shared_test.c
@@ -0,0 +1,6 @@
+#include <libcamera/ipa/ipa_module_info.h>
+
+const struct IPAModuleInfo ipaModuleInfo = {
+ .name = "It's over nine thousand!",
+ .version = 9001,
+};