blob: 600d5784dc727ee48a12adc02b73c3f315d9a226 (
plain) (
blame)
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 */
|