19 lines · c
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_H9#define __PVRUSB2_H10 11/* Maximum number of pvrusb2 instances we can track at once. You12 might want to increase this - however the driver operation will not13 be impaired if it is too small. Instead additional units just14 won't have an ID assigned and it might not be possible to specify15 module parameters for those extra units. */16#define PVR_NUM 2017 18#endif /* __PVRUSB2_H */19