blob: 2ee1c617d52c64417f259ebad249d6316a92993a [file] [log] [blame]
Zane Shelleyf4bd5ff2020-11-05 22:26:04 -06001#pragma once
2
3#include <hei_main.hpp>
4
5namespace util
6{
7
8namespace pdbg
9{
10
11/**
12 * @param A chip.
13 * @return A string representing the chip's devtree path.
14 */
15const char* getPath(const libhei::Chip& i_chip);
16
17} // namespace pdbg
18
19} // namespace util