drm/tests: hdmi: Fix memory leaks in drm_display_mode_from_cea_vic()
[drm/drm-misc.git] / drivers / media / v4l2-core / v4l2-subdev-priv.h
blob52391d6d8ab7d1d3175529bb8fb64be77b5ecc55
1 /* SPDX-License-Identifier: GPL-2.0-or-later */
2 /*
3 * V4L2 sub-device pivate header.
5 * Copyright (C) 2023 Hans de Goede <hdegoede@redhat.com>
6 */
8 #ifndef _V4L2_SUBDEV_PRIV_H_
9 #define _V4L2_SUBDEV_PRIV_H_
11 int v4l2_subdev_get_privacy_led(struct v4l2_subdev *sd);
12 void v4l2_subdev_put_privacy_led(struct v4l2_subdev *sd);
14 #endif