18c2ecf20Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0-only */ 28c2ecf20Sopenharmony_ci/* 38c2ecf20Sopenharmony_ci * 48c2ecf20Sopenharmony_ci * Copyright (C) 2005 Mike Isely <isely@pobox.com> 58c2ecf20Sopenharmony_ci * Copyright (C) 2004 Aurelien Alleaume <slts@free.fr> 68c2ecf20Sopenharmony_ci */ 78c2ecf20Sopenharmony_ci 88c2ecf20Sopenharmony_ci#ifndef __PVRUSB2_H 98c2ecf20Sopenharmony_ci#define __PVRUSB2_H 108c2ecf20Sopenharmony_ci 118c2ecf20Sopenharmony_ci/* Maximum number of pvrusb2 instances we can track at once. You 128c2ecf20Sopenharmony_ci might want to increase this - however the driver operation will not 138c2ecf20Sopenharmony_ci be impaired if it is too small. Instead additional units just 148c2ecf20Sopenharmony_ci won't have an ID assigned and it might not be possible to specify 158c2ecf20Sopenharmony_ci module parameters for those extra units. */ 168c2ecf20Sopenharmony_ci#define PVR_NUM 20 178c2ecf20Sopenharmony_ci 188c2ecf20Sopenharmony_ci#endif /* __PVRUSB2_H */ 19