blob: 2ee1c617d52c64417f259ebad249d6316a92993a [file] [log] [blame]
#pragma once
#include <hei_main.hpp>
namespace util
{
namespace pdbg
{
/**
* @param A chip.
* @return A string representing the chip's devtree path.
*/
const char* getPath(const libhei::Chip& i_chip);
} // namespace pdbg
} // namespace util