Proper support for initializing the isolator

Signed-off-by: Zane Shelley <zshelle@us.ibm.com>
Change-Id: Id9a65dc6318420144a7ba9fb78d8a317f1181917
diff --git a/util/pdbg.hpp b/util/pdbg.hpp
new file mode 100644
index 0000000..2ee1c61
--- /dev/null
+++ b/util/pdbg.hpp
@@ -0,0 +1,19 @@
+#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