c8sectpfe-dvb.h 393 B

1234567891011121314151617
  1. /* SPDX-License-Identifier: GPL-2.0 */
  2. /*
  3. * c8sectpfe-common.h - C8SECTPFE STi DVB driver
  4. *
  5. * Copyright (c) STMicroelectronics 2015
  6. *
  7. * Author: Peter Griffin <peter.griffin@linaro.org>
  8. *
  9. */
  10. #ifndef _C8SECTPFE_DVB_H_
  11. #define _C8SECTPFE_DVB_H_
  12. int c8sectpfe_frontend_attach(struct dvb_frontend **fe,
  13. struct c8sectpfe *c8sectpfe, struct channel_info *tsin,
  14. int chan_num);
  15. #endif