diff options
| author | Brad Bishop <bradleyb@us.ibm.com> | 2012-05-17 09:12:42 -0500 |
|---|---|---|
| committer | A. Patrick Williams III <iawillia@us.ibm.com> | 2012-07-16 18:38:10 -0500 |
| commit | 19b2fa16137b10e1c34b71bec450a36eee1a0545 (patch) | |
| tree | 54f947b39816072ecd314036f3afc6bf7865a67c /src/include/usr/hbotcompid.H | |
| parent | 43c18103e9bdbbf1fd17bfcccf885c64d07f305c (diff) | |
| download | blackbird-hostboot-19b2fa16137b10e1c34b71bec450a36eee1a0545.tar.gz blackbird-hostboot-19b2fa16137b10e1c34b71bec450a36eee1a0545.zip | |
Initial attention handler support.
RTC: 40764
Change-Id: Ic5b5b3e80915cb4f0ee543baa6fe4abc51e07ad2
Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/1079
Tested-by: Jenkins Server
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 | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/include/usr/hbotcompid.H b/src/include/usr/hbotcompid.H index 8f9f8daff..667a2a811 100644 --- a/src/include/usr/hbotcompid.H +++ b/src/include/usr/hbotcompid.H @@ -232,6 +232,13 @@ const char UTIL_COMP_NAME[] = "util"; //@{ const compId_t ISTEP_COMP_ID = 0x1700; const char ISTEP_COMP_NAME[] = "istep"; + +/** @name HBATTN + * HBATTN attention service component + */ +//@{ +const compId_t HBATTN_COMP_ID = 0x1800; +const char HBATTN_COMP_NAME[] = "attn"; //@} /** @name RESERVED |

