Skip to content
Commit 645f3d38 authored by Josuah Demangeon's avatar Josuah Demangeon Committed by Daniel DeGrasse
Browse files

drivers: video: fix order of fields to allow use with FIFOs



The struct video_buffer are currently used with `struct k_fifo`, which
require them to preserve the first word of data for use by the kernel.
Move the first fields to make it possible to keep using video buffers in
FIFO safely.

Fixes #92526

Signed-off-by: default avatarJosuah Demangeon <me@josuah.net>
parent 48c85cb0
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment