[libcamera-devel] [PATCH] libcamera: Update libcamera.h

Laurent Pinchart laurent.pinchart at ideasonboard.com
Tue Jan 8 15:30:20 CET 2019


libcamera.h hasn't been updated with the recently added public headers
event_notifier.h, signal.h and timer.h. Add them.

The event_dispatcher_poll.h header, which used to be public, is now
private, but hasn't been removed from libcamera.h. Remove it.

Signed-off-by: Laurent Pinchart <laurent.pinchart at ideasonboard.com>
---
 include/libcamera/libcamera.h | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/include/libcamera/libcamera.h b/include/libcamera/libcamera.h
index 2dcaeda49812..c0511cf6d662 100644
--- a/include/libcamera/libcamera.h
+++ b/include/libcamera/libcamera.h
@@ -10,6 +10,8 @@
 #include <libcamera/camera.h>
 #include <libcamera/camera_manager.h>
 #include <libcamera/event_dispatcher.h>
-#include <libcamera/event_dispatcher_poll.h>
+#include <libcamera/event_notifier.h>
+#include <libcamera/signal.h>
+#include <libcamera/timer.h>
 
 #endif /* __LIBCAMERA_LIBCAMERA_H__ */
-- 
Regards,

Laurent Pinchart



More information about the libcamera-devel mailing list