blob: d92f6c7fb5d5ed81da3ec4708baf8deffec4de44 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
#ifndef _CMP_H
#define _CMP_H
struct firesat;
int cmp_establish_pp_connection(struct firesat *firesat, int plug, int channel);
void cmp_break_pp_connection(struct firesat *firesat, int plug, int channel);
#endif /* _CMP_H */
|