Add GPU error logging functions

Add functions to log the GPU PGOOD and overtemp
errors.

Change-Id: I6f58d76883f8a78a3301481dbacd111c74b396d4
Signed-off-by: Matt Spinler <spinler@us.ibm.com>
diff --git a/power-sequencer/ucd90160.hpp b/power-sequencer/ucd90160.hpp
index e470614..cf4baad 100644
--- a/power-sequencer/ucd90160.hpp
+++ b/power-sequencer/ucd90160.hpp
@@ -61,6 +61,20 @@
     private:
 
         /**
+         * Reports an error for a GPU PGOOD failure
+         *
+         * @param[in] callout - the GPU callout string
+         */
+        void gpuPGOODError(const std::string& callout);
+
+        /**
+         * Reports an error for a GPU OverTemp failure
+         *
+         * @param[in] callout - the GPU callout string
+         */
+        void gpuOverTempError(const std::string& callout);
+
+        /**
          * Given the device path for a chip, find its gpiochip
          * path
          *