Linux 4.19.133
[linux/fpc-iii.git] / drivers / media / pci / ddbridge / ddbridge-ci.h
blob35a39182dd835dfbf567f972acbf681c3ff1f669
1 /*
2 * ddbridge-ci.h: Digital Devices bridge CI (DuoFlex, CI Bridge) support
4 * Copyright (C) 2010-2017 Digital Devices GmbH
5 * Marcus Metzler <mocm@metzlerbros.de>
6 * Ralph Metzler <rjkm@metzlerbros.de>
8 * This program is free software; you can redistribute it and/or
9 * modify it under the terms of the GNU General Public License
10 * version 2 only, as published by the Free Software Foundation.
12 * This program is distributed in the hope that it will be useful,
13 * but WITHOUT ANY WARRANTY; without even the implied warranty of
14 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15 * GNU General Public License for more details.
17 * To obtain the license, point your browser to
18 * http://www.gnu.org/copyleft/gpl.html
21 #ifndef __DDBRIDGE_CI_H__
22 #define __DDBRIDGE_CI_H__
24 #include "ddbridge.h"
26 /******************************************************************************/
28 int ddb_ci_attach(struct ddb_port *port, u32 bitrate);
29 void ddb_ci_detach(struct ddb_port *port);
31 #endif /* __DDBRIDGE_CI_H__ */