blob: 14768c0e08b6434f0690ea3470b1a3c607196a5a [file] [log] [blame]
Zane Shelleyf4bd5ff2020-11-05 22:26:04 -06001
2#include <libpdbg.h>
3
4#include <util/pdbg.hpp>
5
6namespace util
7{
8
9namespace pdbg
10{
11
12//------------------------------------------------------------------------------
13
14const char* getPath(const libhei::Chip& i_chip)
15{
16 return pdbg_target_path((pdbg_target*)i_chip.getChip());
17}
18
19//------------------------------------------------------------------------------
20
21} // namespace pdbg
22
23} // namespace util