summaryrefslogtreecommitdiffstats
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 @@
+#ifndef _CMP_H
+#define _CMP_H
+
+struct firedtv;
+
+int cmp_establish_pp_connection(struct firedtv *fdtv, int plug, int channel);
+void cmp_break_pp_connection(struct firedtv *fdtv, int plug, int channel);
+
+#endif /* _CMP_H */