diff options
| author | Patrick Williams <iawillia@us.ibm.com> | 2011-09-13 13:26:19 -0500 |
|---|---|---|
| committer | A. Patrick Williams III <iawillia@us.ibm.com> | 2011-09-23 11:21:59 -0500 |
| commit | ca6dcccbcd8e234fa6064d334800609141ec1de6 (patch) | |
| tree | ff43b4a828f08c9cf347b92d0af91b15fe96b6a4 /src/include/usr/hbotcompid.H | |
| parent | afa3bc7aa8ce1a128b6785907d3e96792b49a4ef (diff) | |
| download | blackbird-hostboot-ca6dcccbcd8e234fa6064d334800609141ec1de6.tar.gz blackbird-hostboot-ca6dcccbcd8e234fa6064d334800609141ec1de6.zip | |
Attribute Resource Provider.
Change-Id: I731b19ea027393e375993136f125fff2f6fb31e9
Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/351
Tested-by: Jenkins Server
Reviewed-by: Nicholas E. Bofferding <bofferdn@us.ibm.com>
Reviewed-by: Daniel M. Crowell <dcrowell@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 | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/include/usr/hbotcompid.H b/src/include/usr/hbotcompid.H index ba18fbd12..031eb4fda 100644 --- a/src/include/usr/hbotcompid.H +++ b/src/include/usr/hbotcompid.H @@ -130,4 +130,13 @@ const compId_t FSI_COMP_ID = 0x0A00; const char FSI_COMP_NAME[] = "fsi"; //@} +/** @name TARG + * Targeting component + */ +//@{ +const compId_t TARG_COMP_ID = 0x0B00; +const char TARG_COMP_NAME[] = "targ"; +//@} + + #endif |

