162306a36Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0-only */
262306a36Sopenharmony_ci/*
362306a36Sopenharmony_ci *
462306a36Sopenharmony_ci *  Copyright (C) 2005 Mike Isely <isely@pobox.com>
562306a36Sopenharmony_ci *  Copyright (C) 2004 Aurelien Alleaume <slts@free.fr>
662306a36Sopenharmony_ci */
762306a36Sopenharmony_ci
862306a36Sopenharmony_ci#ifndef __PVRUSB2_H
962306a36Sopenharmony_ci#define __PVRUSB2_H
1062306a36Sopenharmony_ci
1162306a36Sopenharmony_ci/* Maximum number of pvrusb2 instances we can track at once.  You
1262306a36Sopenharmony_ci   might want to increase this - however the driver operation will not
1362306a36Sopenharmony_ci   be impaired if it is too small.  Instead additional units just
1462306a36Sopenharmony_ci   won't have an ID assigned and it might not be possible to specify
1562306a36Sopenharmony_ci   module parameters for those extra units. */
1662306a36Sopenharmony_ci#define PVR_NUM 20
1762306a36Sopenharmony_ci
1862306a36Sopenharmony_ci#endif /* __PVRUSB2_H */
19