summaryrefslogtreecommitdiffstats
path: root/src/include/usr/runtime
diff options
context:
space:
mode:
authorDoug Gilbert <dgilbert@us.ibm.com>2013-05-21 16:49:05 -0500
committerA. Patrick Williams III <iawillia@us.ibm.com>2013-07-10 16:21:20 -0500
commitb035c67e8f54336b31b5586f6f92ca7aba0fa130 (patch)
tree41cca305426bd6fe43976334d3268347df6e9e8b /src/include/usr/runtime
parent0aeba5cadc42db18dc4cb83ffc67e36d88698edd (diff)
downloadtalos-hostboot-b035c67e8f54336b31b5586f6f92ca7aba0fa130.tar.gz
talos-hostboot-b035c67e8f54336b31b5586f6f92ca7aba0fa130.zip
Populate hb attributes across drawers
RTC: 50866 Change-Id: Ia5cd58d7ccf90a14f391ed87943fd09cddbb040e Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/4820 Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/include/usr/runtime')
-rw-r--r--src/include/usr/runtime/runtime.H7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/include/usr/runtime/runtime.H b/src/include/usr/runtime/runtime.H
index 739f2f18d..a72937cbe 100644
--- a/src/include/usr/runtime/runtime.H
+++ b/src/include/usr/runtime/runtime.H
@@ -39,6 +39,13 @@ namespace RUNTIME
errlHndl_t populate_attributes( void );
/**
+ * @brief Populate node attributes in mainstore for HostServices
+ *
+ * @return errlHndl_t NULL on Success
+ */
+errlHndl_t populate_node_attributes( uint64_t i_nodeNum );
+
+/**
* @brief Add the host data mainstore location to VMM
*
* @description If running with the standard PHYP payload this function
OpenPOWER on IntegriCloud