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