600d5784dc727ee48a12adc02b73c3f315d9a226
[linux-2.6-block.git] / drivers / media / dvb / firesat / cmp.h
1 #ifndef _CMP_H
2 #define _CMP_H
3
4 struct firesat;
5
6 int try_CMPEstablishPPconnection(struct firesat *firesat, int output_plug,
7                 int iso_channel);
8 int try_CMPBreakPPconnection(struct firesat *firesat, int output_plug,
9                 int iso_channel);
10
11 #endif /* _CMP_H */