blob: cc98656af34973096db0d5840d49a159fd580f10 [file] [log] [blame]
David Brazdil0f672f62019-12-10 10:32:29 +00001/* SPDX-License-Identifier: GPL-2.0 */
Andrew Scullb4b6d4a2019-01-02 15:54:55 +00002/*
3 * ddbridge-ci.h: Digital Devices bridge CI (DuoFlex, CI Bridge) support
4 *
5 * Copyright (C) 2010-2017 Digital Devices GmbH
6 * Marcus Metzler <mocm@metzlerbros.de>
7 * Ralph Metzler <rjkm@metzlerbros.de>
8 *
9 * This program is free software; you can redistribute it and/or
10 * modify it under the terms of the GNU General Public License
11 * version 2 only, as published by the Free Software Foundation.
12 *
13 * This program is distributed in the hope that it will be useful,
14 * but WITHOUT ANY WARRANTY; without even the implied warranty of
15 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16 * GNU General Public License for more details.
Andrew Scullb4b6d4a2019-01-02 15:54:55 +000017 */
18
19#ifndef __DDBRIDGE_CI_H__
20#define __DDBRIDGE_CI_H__
21
22#include "ddbridge.h"
23
24/******************************************************************************/
25
26int ddb_ci_attach(struct ddb_port *port, u32 bitrate);
27void ddb_ci_detach(struct ddb_port *port);
28
29#endif /* __DDBRIDGE_CI_H__ */