xref: /linux/drivers/media/usb/pvrusb2/pvrusb2.h (revision 842ed298954db7dc41a4942f3331d19cd9676ede)
1 /* SPDX-License-Identifier: GPL-2.0-only */
2 /*
3  *
4  *  Copyright (C) 2005 Mike Isely <isely@pobox.com>
5  *  Copyright (C) 2004 Aurelien Alleaume <slts@free.fr>
6  */
7 
8 #ifndef __PVRUSB2_H
9 #define __PVRUSB2_H
10 
11 /* Maximum number of pvrusb2 instances we can track at once.  You
12    might want to increase this - however the driver operation will not
13    be impaired if it is too small.  Instead additional units just
14    won't have an ID assigned and it might not be possible to specify
15    module parameters for those extra units. */
16 #define PVR_NUM 20
17 
18 #endif /* __PVRUSB2_H */
19