drm/nouveau: consume the return of large GSP message
[drm/drm-misc.git] / drivers / media / pci / ddbridge / ddbridge-ci.h
blob41cd97e52aa1ffc607ffee9734d22bc564ff2a70
1 /* SPDX-License-Identifier: GPL-2.0 */
2 /*
3 * ddbridge-ci.h: Digital Devices bridge CI (DuoFlex, CI Bridge) support
5 * Copyright (C) 2010-2017 Digital Devices GmbH
6 * Marcus Metzler <mocm@metzlerbros.de>
7 * Ralph Metzler <rjkm@metzlerbros.de>
8 */
10 #ifndef __DDBRIDGE_CI_H__
11 #define __DDBRIDGE_CI_H__
13 #include "ddbridge.h"
15 /******************************************************************************/
17 int ddb_ci_attach(struct ddb_port *port, u32 bitrate);
18 void ddb_ci_detach(struct ddb_port *port);
20 #endif /* __DDBRIDGE_CI_H__ */