firedtv: rename files, variables, functions from firesat to firedtv
[linux-2.6/mini2440.git] / drivers / media / dvb / firewire / cmp.h
blob17e182cf29a9af86a80dfc550167ff3756ecae29
1 #ifndef _CMP_H
2 #define _CMP_H
4 struct firedtv;
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);
9 #endif /* _CMP_H */