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  *  Copyright (C) 2004 Aurelien Alleaume <slts@free.fr>
0006  */
0007 
0008 #ifndef __PVRUSB2_H
0009 #define __PVRUSB2_H
0010 
0011 /* Maximum number of pvrusb2 instances we can track at once.  You
0012    might want to increase this - however the driver operation will not
0013    be impaired if it is too small.  Instead additional units just
0014    won't have an ID assigned and it might not be possible to specify
0015    module parameters for those extra units. */
0016 #define PVR_NUM 20
0017 
0018 #endif /* __PVRUSB2_H */