aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/dvb/firewire/cmp.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/media/dvb/firewire/cmp.h')
-rw-r--r--drivers/media/dvb/firewire/cmp.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/media/dvb/firewire/cmp.h b/drivers/media/dvb/firewire/cmp.h
new file mode 100644
index 000000000000..17e182cf29a9
--- /dev/null
+++ b/drivers/media/dvb/firewire/cmp.h
@@ -0,0 +1,9 @@
1#ifndef _CMP_H
2#define _CMP_H
3
4struct firedtv;
5
6int cmp_establish_pp_connection(struct firedtv *fdtv, int plug, int channel);
7void cmp_break_pp_connection(struct firedtv *fdtv, int plug, int channel);
8
9#endif /* _CMP_H */