xref: /OK3568_Linux_fs/kernel/drivers/media/pci/cx18/cx18-dvb.h (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1*4882a593Smuzhiyun /* SPDX-License-Identifier: GPL-2.0-or-later */
2*4882a593Smuzhiyun /*
3*4882a593Smuzhiyun  *  cx18 functions for DVB support
4*4882a593Smuzhiyun  *
5*4882a593Smuzhiyun  *  Copyright (c) 2008 Steven Toth <stoth@linuxtv.org>
6*4882a593Smuzhiyun  */
7*4882a593Smuzhiyun 
8*4882a593Smuzhiyun #include "cx18-driver.h"
9*4882a593Smuzhiyun 
10*4882a593Smuzhiyun int cx18_dvb_register(struct cx18_stream *stream);
11*4882a593Smuzhiyun void cx18_dvb_unregister(struct cx18_stream *stream);
12