zephyr/drivers/video/video.ld
Phi Bang Nguyen 2b46cc0b78 drivers: video: Introduce video device structure
Introduce a new video device structure representing a device in a
video pipeline. Each video device embeds a pointer to its "source"
device and other "video" characteristics.

This structure give the video framework an access to all video features
of the device and a hierachical view of the video pipeline that the
device belongs to.

Signed-off-by: Phi Bang Nguyen <phibang.nguyen@nxp.com>
2025-04-21 20:03:31 +02:00

4 lines
107 B
Plaintext

#include <zephyr/linker/iterable_sections.h>
ITERABLE_SECTION_RAM(video_device, Z_LINK_ITERABLE_SUBALIGN)