libcamera/src/v4l2
Kieran Bingham 796210ecea v4l2: Convert to pragma once
Remove the verbose #ifndef/#define/#endif pattern for maintaining
header idempotency, and replace it with a simple #pragma once.

This simplifies the headers, and prevents redundant changes when
header files get moved.

Signed-off-by: Kieran Bingham <kieran.bingham@ideasonboard.com>
Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Reviewed-by: Jean-Michel Hautbois <jeanmichel.hautbois@ideasonboard.com>
2021-11-24 12:19:06 +00:00
..
meson.build libcamera/base: Validate internal headers as private 2021-06-25 16:11:11 +01:00
v4l2_camera.cpp libcamera/base: Move extended base functionality 2021-06-25 16:11:08 +01:00
v4l2_camera.h v4l2: Convert to pragma once 2021-11-24 12:19:06 +00:00
v4l2_camera_file.cpp v4l2: V4L2CameraProxy: Take V4L2CameraFile as argument for intercepted calls 2020-06-25 23:41:19 +09:00
v4l2_camera_file.h v4l2: Convert to pragma once 2021-11-24 12:19:06 +00:00
v4l2_camera_proxy.cpp v4l2: v4l2_camera_proxy: Set the compressed flag in enum_fmt 2021-09-10 10:32:57 +09:00
v4l2_camera_proxy.h v4l2: Convert to pragma once 2021-11-24 12:19:06 +00:00
v4l2_compat.cpp v4l2: v4l2_compat: Intercept open64, openat64, and mmap64 2020-06-19 20:21:00 +09:00
v4l2_compat_manager.cpp v4l2: v4l2_compat_manager: Don't print "camera not found" on openat() 2021-09-10 10:26:31 +09:00
v4l2_compat_manager.h v4l2: Convert to pragma once 2021-11-24 12:19:06 +00:00