17 lines · c
1/* SPDX-License-Identifier: GPL-2.0-or-later */2/*3 * Driver for Dummy Frontend4 *5 * Written by Emard <emard@softhome.net>6 */7 8#ifndef DDBRIDGE_DUMMY_FE_H9#define DDBRIDGE_DUMMY_FE_H10 11#include <linux/dvb/frontend.h>12#include <media/dvb_frontend.h>13 14struct dvb_frontend *ddbridge_dummy_fe_qam_attach(void);15 16#endif // DDBRIDGE_DUMMY_FE_H17