mantis_vp2033.h 328 B

123456789101112131415161718
  1. /* SPDX-License-Identifier: GPL-2.0-or-later */
  2. /*
  3. Mantis VP-2033 driver
  4. Copyright (C) Manu Abraham ([email protected])
  5. */
  6. #ifndef __MANTIS_VP2033_H
  7. #define __MANTIS_VP2033_H
  8. #include "mantis_common.h"
  9. #define MANTIS_VP_2033_DVB_C 0x0008
  10. extern struct mantis_hwconfig vp2033_config;
  11. #endif /* __MANTIS_VP2033_H */