1 /* SPDX-License-Identifier: GPL-2.0-only */
4 * Copyright (C) 2005 Mike Isely <isely@pobox.com>
6 #ifndef __PVRUSB2_V4L2_H
7 #define __PVRUSB2_V4L2_H
9 #include "pvrusb2-context.h"
13 struct pvr2_v4l2
*pvr2_v4l2_create(struct pvr2_context
*);
15 #endif /* __PVRUSB2_V4L2_H */