Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0-only */
0002 /*
0003  *  cobalt I2C functions
0004  *
0005  *  Derived from cx18-i2c.h
0006  *
0007  *  Copyright 2012-2015 Cisco Systems, Inc. and/or its affiliates.
0008  *  All rights reserved.
0009  */
0010 
0011 /* init + register i2c algo-bit adapter */
0012 int cobalt_i2c_init(struct cobalt *cobalt);
0013 void cobalt_i2c_exit(struct cobalt *cobalt);