1 /*
2  * Copyright (c) 2023 Caspar Friedrich <c.s.w.friedrich@gmail.com>
3  *
4  * SPDX-License-Identifier: Apache-2.0
5  */
6 
7 #ifndef ZEPHYR_DRIVERS_W1_W1_DS2482_800_H_
8 #define ZEPHYR_DRIVERS_W1_W1_DS2482_800_H_
9 
10 #include <zephyr/drivers/i2c.h>
11 
12 int ds2482_change_bus_lock_impl(const struct device *dev, bool lock);
13 
14 #endif /* ZEPHYR_DRIVERS_W1_W1_DS2482_800_H_ */
15