diff options
| author | Doug Gilbert <dgilbert@us.ibm.com> | 2013-05-21 16:49:05 -0500 |
|---|---|---|
| committer | A. Patrick Williams III <iawillia@us.ibm.com> | 2013-07-10 16:21:20 -0500 |
| commit | b035c67e8f54336b31b5586f6f92ca7aba0fa130 (patch) | |
| tree | 41cca305426bd6fe43976334d3268347df6e9e8b /src/include/usr/hbotcompid.H | |
| parent | 0aeba5cadc42db18dc4cb83ffc67e36d88698edd (diff) | |
| download | blackbird-hostboot-b035c67e8f54336b31b5586f6f92ca7aba0fa130.tar.gz blackbird-hostboot-b035c67e8f54336b31b5586f6f92ca7aba0fa130.zip | |
Populate hb attributes across drawers
RTC: 50866
Change-Id: Ia5cd58d7ccf90a14f391ed87943fd09cddbb040e
Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/4820
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 | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/include/usr/hbotcompid.H b/src/include/usr/hbotcompid.H index 382cbd685..0484715f1 100644 --- a/src/include/usr/hbotcompid.H +++ b/src/include/usr/hbotcompid.H @@ -283,6 +283,14 @@ const compId_t SECURE_COMP_ID = 0x1E00; const char SECURE_COMP_NAME[] = "secure"; //@} +/** @name IPC + * IPC - Inter Processor Communication component + */ +//@{ +const compId_t IPC_COMP_ID = 0x1F00; +const char IPC_COMP_NAME[] = "ipc"; +//@} + /** @name HSVC * Host Services component |

