firedtv: cleanups and minor fixes
[linux-2.6-block.git] / drivers / media / dvb / firesat / cmp.h
CommitLineData
612262a5
SR
1#ifndef _CMP_H
2#define _CMP_H
c81c8b68 3
612262a5 4struct firesat;
c81c8b68 5
8ae83cdf
SR
6int cmp_establish_pp_connection(struct firesat *firesat, int plug, int channel);
7void cmp_break_pp_connection(struct firesat *firesat, int plug, int channel);
c81c8b68 8
612262a5 9#endif /* _CMP_H */