Gitiles
Code Review
Sign In
LeafOS
/
LeafOS-Devices
/
android_kernel_samsung_gta4xl
/
00fc3072e484c1c6fdbd9c3b1851f866000a6cb9
/
.
/
drivers
/
media
/
dvb
/
firesat
/
cmp.h
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 */