18c2ecf20Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0 */ 28c2ecf20Sopenharmony_ci/* 38c2ecf20Sopenharmony_ci * ddbridge-ci.h: Digital Devices bridge CI (DuoFlex, CI Bridge) support 48c2ecf20Sopenharmony_ci * 58c2ecf20Sopenharmony_ci * Copyright (C) 2010-2017 Digital Devices GmbH 68c2ecf20Sopenharmony_ci * Marcus Metzler <mocm@metzlerbros.de> 78c2ecf20Sopenharmony_ci * Ralph Metzler <rjkm@metzlerbros.de> 88c2ecf20Sopenharmony_ci * 98c2ecf20Sopenharmony_ci * This program is free software; you can redistribute it and/or 108c2ecf20Sopenharmony_ci * modify it under the terms of the GNU General Public License 118c2ecf20Sopenharmony_ci * version 2 only, as published by the Free Software Foundation. 128c2ecf20Sopenharmony_ci * 138c2ecf20Sopenharmony_ci * This program is distributed in the hope that it will be useful, 148c2ecf20Sopenharmony_ci * but WITHOUT ANY WARRANTY; without even the implied warranty of 158c2ecf20Sopenharmony_ci * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 168c2ecf20Sopenharmony_ci * GNU General Public License for more details. 178c2ecf20Sopenharmony_ci */ 188c2ecf20Sopenharmony_ci 198c2ecf20Sopenharmony_ci#ifndef __DDBRIDGE_CI_H__ 208c2ecf20Sopenharmony_ci#define __DDBRIDGE_CI_H__ 218c2ecf20Sopenharmony_ci 228c2ecf20Sopenharmony_ci#include "ddbridge.h" 238c2ecf20Sopenharmony_ci 248c2ecf20Sopenharmony_ci/******************************************************************************/ 258c2ecf20Sopenharmony_ci 268c2ecf20Sopenharmony_ciint ddb_ci_attach(struct ddb_port *port, u32 bitrate); 278c2ecf20Sopenharmony_civoid ddb_ci_detach(struct ddb_port *port); 288c2ecf20Sopenharmony_ci 298c2ecf20Sopenharmony_ci#endif /* __DDBRIDGE_CI_H__ */ 30