summaryrefslogtreecommitdiff
path: root/test/ipa/shared_test.cpp
blob: 4e5c976c3f6a80c6efad0ee604fde518c4428ca7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#include <libcamera/ipa/ipa_module_info.h>

namespace libcamera {

extern "C" {
const struct libcamera::IPAModuleInfo ipaModuleInfo = {
	"It's over nine thousand!",
	9001,
};
};

}; /* namespace libcamera */