diff options
| author | Patrick Williams <iawillia@us.ibm.com> | 2012-05-23 13:36:26 -0500 |
|---|---|---|
| committer | A. Patrick Williams III <iawillia@us.ibm.com> | 2012-06-07 14:21:56 -0500 |
| commit | e9ac3a3dbf5277e879970c9f07f10e6f75180642 (patch) | |
| tree | 6d72ce3eaf983fcf994b531a49508ef49a609f23 /src/include/usr/hbotcompid.H | |
| parent | 870a420dde20aff736d4a6e38517e9104b35ffce (diff) | |
| download | blackbird-hostboot-e9ac3a3dbf5277e879970c9f07f10e6f75180642.tar.gz blackbird-hostboot-e9ac3a3dbf5277e879970c9f07f10e6f75180642.zip | |
Port UtilStream, UtilMem, UtilFile from FSP.
Change-Id: Id17617544a8c4ed646aa8410cb968ba9376dea68
RTC: 41638
Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/1097
Tested-by: Jenkins Server
Reviewed-by: Douglas R. Gilbert <dgilbert@us.ibm.com>
Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/include/usr/hbotcompid.H')
| -rw-r--r-- | src/include/usr/hbotcompid.H | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/include/usr/hbotcompid.H b/src/include/usr/hbotcompid.H index 1c359a8cc..0e15cb6ba 100644 --- a/src/include/usr/hbotcompid.H +++ b/src/include/usr/hbotcompid.H @@ -218,6 +218,14 @@ const compId_t HBTRACE_COMP_ID = 0x1500; const char HBTRACE_COMP_NAME[] = "trace"; //@} +/** @name UTIL + * Util component + */ +//@{ +const compId_t UTIL_COMP_ID = 0x1600; +const char UTIL_COMP_NAME[] = "util"; +//@} + /** @name RESERVED * Reserved component ID. x3100 is the component ID * of FipS ERRL component. Due to our use of |

