ddbridge-max.h 1.0 KB

12345678910111213141516171819202122232425262728293031
  1. /*
  2. * ddbridge-max.h: Digital Devices bridge MAX card support
  3. *
  4. * Copyright (C) 2010-2017 Digital Devices GmbH
  5. * Ralph Metzler <rjkm@metzlerbros.de>
  6. * Marcus Metzler <mocm@metzlerbros.de>
  7. *
  8. * This program is free software; you can redistribute it and/or
  9. * modify it under the terms of the GNU General Public License
  10. * version 2 only, as published by the Free Software Foundation.
  11. *
  12. * This program is distributed in the hope that it will be useful,
  13. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  14. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  15. * GNU General Public License for more details.
  16. *
  17. */
  18. #ifndef _DDBRIDGE_MAX_H_
  19. #define _DDBRIDGE_MAX_H_
  20. #include "ddbridge.h"
  21. /******************************************************************************/
  22. int ddb_lnb_init_fmode(struct ddb *dev, struct ddb_link *link, u32 fm);
  23. int ddb_fe_attach_mxl5xx(struct ddb_input *input);
  24. int ddb_fe_attach_mci(struct ddb_input *input, u32 type);
  25. #endif /* _DDBRIDGE_MAX_H */