]> Git Repo - J-linux.git/blob - drivers/media/v4l2-core/v4l2-subdev-priv.h
Merge tag 'vfs-6.13-rc7.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs
[J-linux.git] / drivers / media / v4l2-core / v4l2-subdev-priv.h
1 /* SPDX-License-Identifier: GPL-2.0-or-later */
2 /*
3  * V4L2 sub-device pivate header.
4  *
5  * Copyright (C) 2023 Hans de Goede <[email protected]>
6  */
7
8 #ifndef _V4L2_SUBDEV_PRIV_H_
9 #define _V4L2_SUBDEV_PRIV_H_
10
11 int v4l2_subdev_get_privacy_led(struct v4l2_subdev *sd);
12 void v4l2_subdev_put_privacy_led(struct v4l2_subdev *sd);
13
14 #endif
This page took 0.024873 seconds and 4 git commands to generate.