diff options
| author | Missy Connell <missyc@us.ibm.com> | 2012-07-16 14:46:47 -0500 |
|---|---|---|
| committer | A. Patrick Williams III <iawillia@us.ibm.com> | 2012-08-27 17:36:28 -0500 |
| commit | 428319443515f3eca49f4537422103f9534b8dd3 (patch) | |
| tree | bd3f8fa557088eab78af0eb8e3af4b458fd5730d /src/include/usr/hbotcompid.H | |
| parent | 0bbf9079c5659d43a79daf54ccf3b1aad7665193 (diff) | |
| download | blackbird-hostboot-428319443515f3eca49f4537422103f9534b8dd3.tar.gz blackbird-hostboot-428319443515f3eca49f4537422103f9534b8dd3.zip | |
Scan Functionality
Supports Scan read/write
Change-Id: I3ccecb772cff3de80062a35219fbfd9fdefd3d82
RTC:34014
Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/1470
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 | 52 |
1 files changed, 30 insertions, 22 deletions
diff --git a/src/include/usr/hbotcompid.H b/src/include/usr/hbotcompid.H index 667a2a811..7fb1b3a47 100644 --- a/src/include/usr/hbotcompid.H +++ b/src/include/usr/hbotcompid.H @@ -1,25 +1,25 @@ -// IBM_PROLOG_BEGIN_TAG -// This is an automatically generated prolog. -// -// $Source: src/include/usr/hbotcompid.H $ -// -// IBM CONFIDENTIAL -// -// COPYRIGHT International Business Machines Corp. 2011 -// -// p1 -// -// Object Code Only (OCO) source materials -// Licensed Internal Code Source Materials -// IBM HostBoot Licensed Internal Code -// -// The source code for this program is not published or other- -// wise divested of its trade secrets, irrespective of what has -// been deposited with the U.S. Copyright Office. -// -// Origin: 30 -// -// IBM_PROLOG_END +/* IBM_PROLOG_BEGIN_TAG */ +/* This is an automatically generated prolog. */ +/* */ +/* $Source: src/include/usr/hbotcompid.H $ */ +/* */ +/* IBM CONFIDENTIAL */ +/* */ +/* COPYRIGHT International Business Machines Corp. 2011,2012 */ +/* */ +/* p1 */ +/* */ +/* Object Code Only (OCO) source materials */ +/* Licensed Internal Code Source Materials */ +/* IBM HostBoot Licensed Internal Code */ +/* */ +/* The source code for this program is not published or otherwise */ +/* divested of its trade secrets, irrespective of what has been */ +/* deposited with the U.S. Copyright Office. */ +/* */ +/* Origin: 30 */ +/* */ +/* IBM_PROLOG_END_TAG */ #ifndef HBOTCOMPID_H #define HBOTCOMPID_H /** @@ -241,6 +241,14 @@ const compId_t HBATTN_COMP_ID = 0x1800; const char HBATTN_COMP_NAME[] = "attn"; //@} +/** @name SCAN + * SCAN component + */ +//@{ +const compId_t SCAN_COMP_ID = 0x1900; +const char SCAN_COMP_NAME[] = "scan"; +//@} + /** @name RESERVED * Reserved component ID. x3100 is the component ID * of FipS ERRL component. Due to our use of |

