/* SPDX-License-Identifier: LGPL-2.1-or-later */ /* * Copyright (C) 2020, Google Inc. * * sysfs.h - Miscellaneous utility functions to access sysfs */ #pragma once #include namespace libcamera { namespace sysfs { std::string charDevPath(const std::string &deviceNode); std::string firmwareNodePath(const std::string &device); } /* namespace sysfs */ } /* namespace libcamera */