/* * Copyright (c) 2022 hpmicro * * SPDX-License-Identifier: BSD-3-Clause */ #ifndef DRV_I2C_H #define DRV_I2C_H int rt_hw_i2c_init(void); #endif /* DRV_I2C_H */