summaryrefslogtreecommitdiff
path: root/test/ipa/shared_test.c
blob: 87d182b986d47517610e1c3b7f810c43503c3653 (plain)
1
2
3
4
5
6
#include <libcamera/ipa/ipa_module_info.h>

const struct IPAModuleInfo ipaModuleInfo = {
	.name = "It's over nine thousand!",
	.version = 9001,
};