blob: 6685162508b35ca5f5f7979e28507d15d49b6f35 [file] [log] [blame]
// SPDX-License-Identifier: Apache-2.0
// SPDX-FileCopyrightText: 2025 NVIDIA
#pragma once
#include <string>
namespace i2c
{
void rebind_controller(const std::string_view number);
void new_device(unsigned int bus, unsigned int address,
std::string_view device_type);
} // namespace i2c