ddbridge-ci.h 586 B

1234567891011121314151617181920
  1. /* SPDX-License-Identifier: GPL-2.0 */
  2. /*
  3. * ddbridge-ci.h: Digital Devices bridge CI (DuoFlex, CI Bridge) support
  4. *
  5. * Copyright (C) 2010-2017 Digital Devices GmbH
  6. * Marcus Metzler <[email protected]>
  7. * Ralph Metzler <[email protected]>
  8. */
  9. #ifndef __DDBRIDGE_CI_H__
  10. #define __DDBRIDGE_CI_H__
  11. #include "ddbridge.h"
  12. /******************************************************************************/
  13. int ddb_ci_attach(struct ddb_port *port, u32 bitrate);
  14. void ddb_ci_detach(struct ddb_port *port);
  15. #endif /* __DDBRIDGE_CI_H__ */