blob: 600d5784dc727ee48a12adc02b73c3f315d9a226 [file] [log] [blame]
#ifndef _CMP_H
#define _CMP_H
struct firesat;
int try_CMPEstablishPPconnection(struct firesat *firesat, int output_plug,
int iso_channel);
int try_CMPBreakPPconnection(struct firesat *firesat, int output_plug,
int iso_channel);
#endif /* _CMP_H */