blob: 600d5784dc727ee48a12adc02b73c3f315d9a226 [file] [log] [blame]
Stefan Richter612262a2008-08-26 00:17:30 +02001#ifndef _CMP_H
2#define _CMP_H
Greg Kroah-Hartmanc81c8b62008-03-06 21:30:23 -08003
Stefan Richter612262a2008-08-26 00:17:30 +02004struct firesat;
Greg Kroah-Hartmanc81c8b62008-03-06 21:30:23 -08005
Stefan Richter612262a2008-08-26 00:17:30 +02006int try_CMPEstablishPPconnection(struct firesat *firesat, int output_plug,
7 int iso_channel);
8int try_CMPBreakPPconnection(struct firesat *firesat, int output_plug,
9 int iso_channel);
Greg Kroah-Hartmanc81c8b62008-03-06 21:30:23 -080010
Stefan Richter612262a2008-08-26 00:17:30 +020011#endif /* _CMP_H */