]> Git Repo - linux.git/blob - drivers/media/usb/pvrusb2/pvrusb2-v4l2.h
arm64: avoid prototype warnings for syscalls
[linux.git] / drivers / media / usb / pvrusb2 / pvrusb2-v4l2.h
1 /* SPDX-License-Identifier: GPL-2.0-only */
2 /*
3  *
4  *  Copyright (C) 2005 Mike Isely <[email protected]>
5  */
6 #ifndef __PVRUSB2_V4L2_H
7 #define __PVRUSB2_V4L2_H
8
9 #include "pvrusb2-context.h"
10
11 struct pvr2_v4l2;
12
13 struct pvr2_v4l2 *pvr2_v4l2_create(struct pvr2_context *);
14
15 #endif /* __PVRUSB2_V4L2_H */
This page took 0.029032 seconds and 4 git commands to generate.