1 2 3 4 5 6 7 8 9 10 11
#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 */