summaryrefslogtreecommitdiffstats
path: root/src/include/usr/hwas/deconfigGard.H
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/usr/hwas/deconfigGard.H')
-rw-r--r--src/include/usr/hwas/deconfigGard.H12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/include/usr/hwas/deconfigGard.H b/src/include/usr/hwas/deconfigGard.H
index c3254f50a..4a7b1cd3c 100644
--- a/src/include/usr/hwas/deconfigGard.H
+++ b/src/include/usr/hwas/deconfigGard.H
@@ -42,6 +42,18 @@ namespace HWAS
{
/**
+ * @brief collectGard Common HWAS function to collect the GARD info
+ *
+ * It will call into hwas platform-specific functions.
+ *
+ * @param none
+ *
+ * @return errlHndl_t valid errlHndl_t handle if there was an error
+ * NULL if no errors;
+ */
+errlHndl_t collectGard();
+
+/**
* @brief Returns a reference to the DeconfigGard singleton.
*/
class DeconfigGard;
OpenPOWER on IntegriCloud