162306a36Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0-only */
262306a36Sopenharmony_ci/*
362306a36Sopenharmony_ci *
462306a36Sopenharmony_ci *  Copyright (C) 2005 Mike Isely <isely@pobox.com>
562306a36Sopenharmony_ci *  Copyright (C) 2004 Aurelien Alleaume <slts@free.fr>
662306a36Sopenharmony_ci */
762306a36Sopenharmony_ci
862306a36Sopenharmony_ci#ifndef __PVRUSB2_VIDEO_V4L_H
962306a36Sopenharmony_ci#define __PVRUSB2_VIDEO_V4L_H
1062306a36Sopenharmony_ci
1162306a36Sopenharmony_ci/*
1262306a36Sopenharmony_ci
1362306a36Sopenharmony_ci   This module connects the pvrusb2 driver to the I2C chip level
1462306a36Sopenharmony_ci   driver which handles device video processing.  This interface is
1562306a36Sopenharmony_ci   used internally by the driver; higher level code should only
1662306a36Sopenharmony_ci   interact through the interface provided by pvrusb2-hdw.h.
1762306a36Sopenharmony_ci
1862306a36Sopenharmony_ci*/
1962306a36Sopenharmony_ci
2062306a36Sopenharmony_ci
2162306a36Sopenharmony_ci#include "pvrusb2-hdw-internal.h"
2262306a36Sopenharmony_civoid pvr2_saa7115_subdev_update(struct pvr2_hdw *, struct v4l2_subdev *);
2362306a36Sopenharmony_ci
2462306a36Sopenharmony_ci#endif /* __PVRUSB2_VIDEO_V4L_H */
25