ConnectedCalloutResolution support

Signed-off-by: Zane Shelley <zshelle@us.ibm.com>
Change-Id: Id1b215d70ca98ae18528f91162ff4d99de9e9ce8
diff --git a/util/pdbg.hpp b/util/pdbg.hpp
index 8de19cf..7288ebc 100644
--- a/util/pdbg.hpp
+++ b/util/pdbg.hpp
@@ -21,8 +21,10 @@
 /** Chip target types. */
 enum TargetType_t : uint8_t
 {
-    TYPE_PROC = 0x05,
-    TYPE_OCMB = 0x4b,
+    TYPE_PROC   = 0x05,
+    TYPE_IOLINK = 0x47,
+    TYPE_OMI    = 0x48,
+    TYPE_OCMB   = 0x4b,
 };
 
 /** @return The target associated with the given chip. */