• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 /* SPDX-License-Identifier: GPL-2.0-only */
2 
3 #ifndef __I2C_QCOM_HEADER___
4 #define __I2C_QCOM_HEADER___
5 
6 #include <device/i2c.h>
7 
8 void i2c_init(unsigned int bus, enum i2c_speed speed);
9 
10 #endif /* __I2C_QCOM_HEADER */
11