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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user