Thomas Gleixner | c942fdd | 2019-05-27 08:55:06 +0200 | [diff] [blame] | 1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ |
Hans Verkuil | 1c1e45d | 2008-04-28 20:24:33 -0300 | [diff] [blame] | 2 | /* |
| 3 | * cx18 functions for DVB support |
| 4 | * |
Steven Toth | 6d89761 | 2008-09-03 17:12:12 -0300 | [diff] [blame] | 5 | * Copyright (c) 2008 Steven Toth <stoth@linuxtv.org> |
Hans Verkuil | 1c1e45d | 2008-04-28 20:24:33 -0300 | [diff] [blame] | 6 | */ |
| 7 | |
| 8 | #include "cx18-driver.h" |
| 9 | |
| 10 | int cx18_dvb_register(struct cx18_stream *stream); |
| 11 | void cx18_dvb_unregister(struct cx18_stream *stream); |