1 /*
2  * Copyright (c) 2022 HPMicro
3  *
4  * SPDX-License-Identifier: BSD-3-Clause
5  */
6 
7 #ifndef DRV_I2C_H
8 #define DRV_I2C_H
9 
10 int rt_hw_i2c_init(void);
11 
12 #endif /* DRV_I2C_H */
13 
14