summaryrefslogtreecommitdiffstats
path: root/src/include/kernel/hbdescriptor.H
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/kernel/hbdescriptor.H')
-rw-r--r--src/include/kernel/hbdescriptor.H5
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 */
OpenPOWER on IntegriCloud