diff options
| author | Doug Gilbert <dgilbert@us.ibm.com> | 2013-04-23 14:10:52 -0500 |
|---|---|---|
| committer | A. Patrick Williams III <iawillia@us.ibm.com> | 2013-05-16 12:36:09 -0500 |
| commit | 8fac481d825883154ca20612ca0a69bc52f02618 (patch) | |
| tree | 4429e6f57e9b73a4750181cbe138d74c359c6cf1 /src/include/kernel/hbdescriptor.H | |
| parent | a151ccb70dab1007ca8aed2f0b89dfdf1cfe406b (diff) | |
| download | talos-hostboot-8fac481d825883154ca20612ca0a69bc52f02618.tar.gz talos-hostboot-8fac481d825883154ca20612ca0a69bc52f02618.zip | |
Inter-processor communications for multinode
RTC: 63128
Change-Id: Ica27c7f714bc8b874c9bccb663a32d3cfba37c5a
Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/4193
Tested-by: Jenkins Server
Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/include/kernel/hbdescriptor.H')
| -rw-r--r-- | src/include/kernel/hbdescriptor.H | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/include/kernel/hbdescriptor.H b/src/include/kernel/hbdescriptor.H index e90861a48..e5c6a9c0f 100644 --- a/src/include/kernel/hbdescriptor.H +++ b/src/include/kernel/hbdescriptor.H @@ -5,7 +5,7 @@ /* */ /* IBM CONFIDENTIAL */ /* */ -/* COPYRIGHT International Business Machines Corp. 2012 */ +/* COPYRIGHT International Business Machines Corp. 2012,2013 */ /* */ /* p1 */ /* */ @@ -30,9 +30,12 @@ struct HB_TI_DataArea; +namespace KernelIpc { struct ipc_data_area_t; }; + struct HB_Descriptor { HB_TI_DataArea *TI_DataAreaPtr; // ptr to the TI data area structure + KernelIpc::ipc_data_area_t *IPC_DataAreaPtr; // ptr to the IPC data area }; #endif /* __KERNEL_HBDESCRIPTOR_H */ |

