summaryrefslogtreecommitdiff
path: root/linux/include
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab@redhat.com>2008-10-21 13:53:24 -0200
committerMauro Carvalho Chehab <mchehab@redhat.com>2008-10-21 13:53:24 -0200
commit1e8b64a5a2eb8de81731c5b02a4df9e6b9660708 (patch)
tree52d2a2274a03b0d5c1468b9f7976931117d0acad /linux/include
parent9bb0976b93978009b15477a0809c54f5e6fe8594 (diff)
parent5bc1da174322b87407c811f8cae20235dd6ae4d7 (diff)
downloadmediapointer-dvb-s2-1e8b64a5a2eb8de81731c5b02a4df9e6b9660708.tar.gz
mediapointer-dvb-s2-1e8b64a5a2eb8de81731c5b02a4df9e6b9660708.tar.bz2
merge: http://hg.kewl.org/v4l-dvb-new/
From: Mauro Carvalho Chehab <mchehab@redhat.com> Priority: normal Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'linux/include')
-rw-r--r--linux/include/media/videobuf-dvb.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/linux/include/media/videobuf-dvb.h b/linux/include/media/videobuf-dvb.h
index 80471c2b6..6ba4f1271 100644
--- a/linux/include/media/videobuf-dvb.h
+++ b/linux/include/media/videobuf-dvb.h
@@ -47,6 +47,7 @@ int videobuf_dvb_register_bus(struct videobuf_dvb_frontends *f,
void videobuf_dvb_unregister_bus(struct videobuf_dvb_frontends *f);
struct videobuf_dvb_frontend * videobuf_dvb_alloc_frontend(struct videobuf_dvb_frontends *f, int id);
+void videobuf_dvb_dealloc_frontends(struct videobuf_dvb_frontends *f);
struct videobuf_dvb_frontend * videobuf_dvb_get_frontend(struct videobuf_dvb_frontends *f, int id);
int videobuf_dvb_find_frontend(struct videobuf_dvb_frontends *f, struct dvb_frontend *p);