ddbridge-max.h 652 B

123456789101112131415161718192021
  1. /* SPDX-License-Identifier: GPL-2.0 */
  2. /*
  3. * ddbridge-max.h: Digital Devices bridge MAX card support
  4. *
  5. * Copyright (C) 2010-2017 Digital Devices GmbH
  6. * Ralph Metzler <[email protected]>
  7. * Marcus Metzler <[email protected]>
  8. */
  9. #ifndef _DDBRIDGE_MAX_H_
  10. #define _DDBRIDGE_MAX_H_
  11. #include "ddbridge.h"
  12. /******************************************************************************/
  13. int ddb_lnb_init_fmode(struct ddb *dev, struct ddb_link *link, u32 fm);
  14. int ddb_fe_attach_mxl5xx(struct ddb_input *input);
  15. int ddb_fe_attach_mci(struct ddb_input *input, u32 type);
  16. #endif /* _DDBRIDGE_MAX_H_ */