libcamera: Update libcamera.h
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@ideasonboard.com> Reviewed-by: Niklas Söderlund <niklas.soderlund@ragnatech.se>
This commit is contained in:
parent
4e78147df9
commit
afcec99b99
1 changed files with 3 additions and 1 deletions
|
@ -10,6 +10,8 @@
|
||||||
#include <libcamera/camera.h>
|
#include <libcamera/camera.h>
|
||||||
#include <libcamera/camera_manager.h>
|
#include <libcamera/camera_manager.h>
|
||||||
#include <libcamera/event_dispatcher.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__ */
|
#endif /* __LIBCAMERA_LIBCAMERA_H__ */
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue