summaryrefslogtreecommitdiffstats
path: root/drivers/media/dvb/firewire/cmp.h
blob: 17e182cf29a9af86a80dfc550167ff3756ecae29 (plain) (blame)
1
2
3
4
5
6
7
8
9
#ifndef _CMP_H
#define _CMP_H

struct firedtv;

int cmp_establish_pp_connection(struct firedtv *fdtv, int plug, int channel);
void cmp_break_pp_connection(struct firedtv *fdtv, int plug, int channel);

#endif /* _CMP_H */