diff options
Diffstat (limited to 'drivers/media/dvb/firesat/cmp.h')
-rw-r--r-- | drivers/media/dvb/firesat/cmp.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/media/dvb/firesat/cmp.h b/drivers/media/dvb/firesat/cmp.h new file mode 100644 index 000000000000..d43fbc29f262 --- /dev/null +++ b/drivers/media/dvb/firesat/cmp.h | |||
@@ -0,0 +1,9 @@ | |||
1 | #ifndef __FIRESAT__CMP_H_ | ||
2 | #define __FIRESAT__CMP_H_ | ||
3 | |||
4 | #include "firesat.h" | ||
5 | |||
6 | extern int try_CMPEstablishPPconnection(struct firesat *firesat, int output_plug, int iso_channel); | ||
7 | extern int try_CMPBreakPPconnection(struct firesat *firesat, int output_plug,int iso_channel); | ||
8 | |||
9 | #endif | ||