mantis_vp1033.h 328 B

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