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, 0 insertions, 9 deletions
diff --git a/drivers/media/dvb/firewire/cmp.h b/drivers/media/dvb/firewire/cmp.h
deleted file mode 100644
index 17e182cf29a..00000000000
--- a/drivers/media/dvb/firewire/cmp.h
+++ /dev/null
@@ -1,9 +0,0 @@
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 */