1 2 3 4 5 6 7 8 9 10 11 12 13 14
#include <libcamera/ipa/ipa_module_info.h> namespace libcamera { extern "C" { const struct libcamera::IPAModuleInfo ipaModuleInfo = { IPA_MODULE_API_VERSION, 9001, "bleep", "It's over nine thousand!", }; }; }; /* namespace libcamera */