pvrusb2.h 568 B

123456789101112131415161718
  1. /* SPDX-License-Identifier: GPL-2.0-only */
  2. /*
  3. *
  4. * Copyright (C) 2005 Mike Isely <[email protected]>
  5. * Copyright (C) 2004 Aurelien Alleaume <[email protected]>
  6. */
  7. #ifndef __PVRUSB2_H
  8. #define __PVRUSB2_H
  9. /* Maximum number of pvrusb2 instances we can track at once. You
  10. might want to increase this - however the driver operation will not
  11. be impaired if it is too small. Instead additional units just
  12. won't have an ID assigned and it might not be possible to specify
  13. module parameters for those extra units. */
  14. #define PVR_NUM 20
  15. #endif /* __PVRUSB2_H */