include: linux: Add stddef.h

Import stddef.h from the Linux kernel sources v6.19-rc1 at revision
c2a756891bb4 ("uapi: wrap compiler_types.h in an ifdef instead of the
implicit strip")

The stddef.h header is imported to provide the __counted_by() symbol
which is not available in the header version shipped with, in example,
Debian 12.  __counted_by() will be used by the v4l2-isp.h header which
will be imported next.

Signed-off-by: Jacopo Mondi <jacopo.mondi@ideasonboard.com>
Reviewed-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
Acked-by: Kieran Bingham <kieran.bingham@ideasonboard.com>
This commit is contained in:
Jacopo Mondi
2025-10-07 18:13:44 +02:00
parent f517d5cc10
commit e4142f296b
2 changed files with 75 additions and 0 deletions
+1
View File
@@ -53,6 +53,7 @@ headers="
linux/media-bus-format.h
linux/media.h
linux/rkisp1-config.h
linux/stddef.h
linux/udmabuf.h
linux/v4l2-common.h
linux/v4l2-controls.h