firedtv: rename files, variables, functions from firesat to firedtv
[pandora-kernel.git] / drivers / media / dvb / firewire / cmp.h
1 #ifndef _CMP_H
2 #define _CMP_H
3
4 struct firedtv;
5
6 int cmp_establish_pp_connection(struct firedtv *fdtv, int plug, int channel);
7 void cmp_break_pp_connection(struct firedtv *fdtv, int plug, int channel);
8
9 #endif /* _CMP_H */