[libcamera-devel] [PATCH v3 21/38] libcamera: IPAInterface: make ipaCreate return IPAInterface
Paul Elder
paul.elder at ideasonboard.com
Fri Oct 2 16:31:37 CEST 2020
With the new IPC infrastructure, we no longer need the C interface as
provided by struct ipa_context. Make ipaCreate return IPAinterface.
Signed-off-by: Paul Elder <paul.elder at ideasonboard.com>
---
No change in v3
No change in v2
---
include/libcamera/ipa/ipa_interface.h | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/include/libcamera/ipa/ipa_interface.h b/include/libcamera/ipa/ipa_interface.h
index 97f14477..546fb57c 100644
--- a/include/libcamera/ipa/ipa_interface.h
+++ b/include/libcamera/ipa/ipa_interface.h
@@ -50,4 +50,8 @@ public:
} /* namespace libcamera */
+extern "C" {
+libcamera::IPAInterface *ipaCreate();
+}
+
#endif /* __LIBCAMERA_IPA_INTERFACE_H__ */
--
2.27.0
More information about the libcamera-devel
mailing list