blob: 6685162508b35ca5f5f7979e28507d15d49b6f35 [file] [log] [blame]
Marc Olberding1e17db52025-08-27 12:25:28 -07001// SPDX-License-Identifier: Apache-2.0
2// SPDX-FileCopyrightText: 2025 NVIDIA
3
4#pragma once
5
6#include <string>
7
8namespace i2c
9{
10
11void rebind_controller(const std::string_view number);
12void new_device(unsigned int bus, unsigned int address,
13 std::string_view device_type);
14} // namespace i2c