blob: aa267791901497c5120b33143e05cbc8a0751eaa [file] [log] [blame]
Thomas Gleixnerc942fdd2019-05-27 08:55:06 +02001/* SPDX-License-Identifier: GPL-2.0-or-later */
Hans Verkuil1c1e45d2008-04-28 20:24:33 -03002/*
3 * cx18 functions for DVB support
4 *
Steven Toth6d897612008-09-03 17:12:12 -03005 * Copyright (c) 2008 Steven Toth <stoth@linuxtv.org>
Hans Verkuil1c1e45d2008-04-28 20:24:33 -03006 */
7
8#include "cx18-driver.h"
9
10int cx18_dvb_register(struct cx18_stream *stream);
11void cx18_dvb_unregister(struct cx18_stream *stream);