PEL: peltool: show hostboot deconfig/guard flags

The deconfig and guard flags in the SRC section are also valid for
hostboot SRCs, so display them in peltool for hostboot PELs.

Signed-off-by: Matt Spinler <spinler@us.ibm.com>
Change-Id: I3a36d61ced592e0718e016665587444b7e14f964
diff --git a/extensions/openpower-pels/src.hpp b/extensions/openpower-pels/src.hpp
index f3ce5cc..e12cab3 100644
--- a/extensions/openpower-pels/src.hpp
+++ b/extensions/openpower-pels/src.hpp
@@ -283,6 +283,13 @@
     bool isBMCSRC() const;
 
     /**
+     * @brief Says if this SRC was created by Hostboot
+     *
+     * @return bool - If created by Hostboot or not
+     */
+    bool isHostbootSRC() const;
+
+    /**
      * @brief Set the terminate bit in hex data word 3.
      */
     void setTerminateBit()