summaryrefslogtreecommitdiffstats
path: root/src/include/usr/errl/errlentry.H
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/usr/errl/errlentry.H')
-rw-r--r--src/include/usr/errl/errlentry.H13
1 files changed, 12 insertions, 1 deletions
diff --git a/src/include/usr/errl/errlentry.H b/src/include/usr/errl/errlentry.H
index 891300b23..f8e0a32e8 100644
--- a/src/include/usr/errl/errlentry.H
+++ b/src/include/usr/errl/errlentry.H
@@ -5,7 +5,7 @@
/* */
/* OpenPOWER HostBoot Project */
/* */
-/* Contributors Listed Below - COPYRIGHT 2011,2015 */
+/* Contributors Listed Below - COPYRIGHT 2011,2016 */
/* [+] Google Inc. */
/* [+] International Business Machines Corp. */
/* */
@@ -582,6 +582,17 @@ public:
*/
uint64_t unflatten( const void * i_buffer, uint64_t i_len);
+ /**
+ * @brief Return the list of User Detail sections
+ *
+ * @param[in] i_compId Component id associated with the sections to return
+ *
+ * NOTE: You can pass COMP_ID 0 into this function for wildcard
+ *
+ * @return vector of user details sections of specific component id
+ */
+ std::vector<ErrlUD*> getUDSections(compId_t i_compId);
+
private:
/**
OpenPOWER on IntegriCloud