mantis_vp2040.h 384 B

1234567891011121314151617181920
  1. /* SPDX-License-Identifier: GPL-2.0-or-later */
  2. /*
  3. Mantis VP-2040 driver
  4. Copyright (C) Manu Abraham ([email protected])
  5. */
  6. #ifndef __MANTIS_VP2040_H
  7. #define __MANTIS_VP2040_H
  8. #include "mantis_common.h"
  9. #define MANTIS_VP_2040_DVB_C 0x0043
  10. #define CINERGY_C 0x1178
  11. #define CABLESTAR_HD2 0x0002
  12. extern struct mantis_hwconfig vp2040_config;
  13. #endif /* __MANTIS_VP2040_H */