summaryrefslogtreecommitdiffstats
path: root/src/include
diff options
context:
space:
mode:
authorDoug Gilbert <dgilbert@us.ibm.com>2012-10-31 11:39:44 -0500
committerA. Patrick Williams III <iawillia@us.ibm.com>2012-11-07 12:36:23 -0600
commit90190a610b3452c34eb1e4848f66ad54d22e6a6f (patch)
treebd9af03fba506f50e2e926cbe6417dd1d613b8e6 /src/include
parent0e33272df8df02e3c01df277cb023666ae84fcb8 (diff)
downloadtalos-hostboot-90190a610b3452c34eb1e4848f66ad54d22e6a6f.tar.gz
talos-hostboot-90190a610b3452c34eb1e4848f66ad54d22e6a6f.zip
Add component id for Host services
RTC: 42919 Change-Id: Ice80df70f368665d0f3e8e99e4acf87c858a3303 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/2186 Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/include')
-rw-r--r--src/include/usr/hbotcompid.H9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/include/usr/hbotcompid.H b/src/include/usr/hbotcompid.H
index e829c6e94..e5a8d36b9 100644
--- a/src/include/usr/hbotcompid.H
+++ b/src/include/usr/hbotcompid.H
@@ -257,6 +257,15 @@ const compId_t RUNTIME_COMP_ID = 0x1A00;
const char RUNTIME_COMP_NAME[] = "runtime";
//@}
+/** @name HSVC
+ * Host Services component
+ * For the code running under PHYP
+ */
+//@{
+const compId_t HSVC_COMP_ID = 0x2000;
+const char HSVC_COMP_NAME[] = "hsvc";
+//@}
+
/** @name RESERVED
* Reserved component ID. x3100 is the component ID
* of FipS ERRL component. Due to our use of
OpenPOWER on IntegriCloud