Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0-only */
0002 /*
0003  *
0004  *  Copyright (C) 2005 Mike Isely <isely@pobox.com>
0005  */
0006 #ifndef __PVRUSB2_V4L2_H
0007 #define __PVRUSB2_V4L2_H
0008 
0009 #include "pvrusb2-context.h"
0010 
0011 struct pvr2_v4l2;
0012 
0013 struct pvr2_v4l2 *pvr2_v4l2_create(struct pvr2_context *);
0014 
0015 #endif /* __PVRUSB2_V4L2_H */