summaryrefslogtreecommitdiffstats
path: root/src/include/sys
diff options
context:
space:
mode:
authorDoug Gilbert <dgilbert@us.ibm.com>2013-04-23 14:10:52 -0500
committerA. Patrick Williams III <iawillia@us.ibm.com>2013-05-16 12:36:09 -0500
commit8fac481d825883154ca20612ca0a69bc52f02618 (patch)
tree4429e6f57e9b73a4750181cbe138d74c359c6cf1 /src/include/sys
parenta151ccb70dab1007ca8aed2f0b89dfdf1cfe406b (diff)
downloadtalos-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/sys')
-rw-r--r--src/include/sys/msg.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/include/sys/msg.h b/src/include/sys/msg.h
index 9fadd8b70..b9ff8f513 100644
--- a/src/include/sys/msg.h
+++ b/src/include/sys/msg.h
@@ -5,7 +5,7 @@
/* */
/* IBM CONFIDENTIAL */
/* */
-/* COPYRIGHT International Business Machines Corp. 2010,2012 */
+/* COPYRIGHT International Business Machines Corp. 2010,2013 */
/* */
/* p1 */
/* */
@@ -71,6 +71,7 @@ enum msg_root_queue_types_t
{
MSGQ_ROOT_VFS,
MSGQ_ROOT_INTR,
+ MSGQ_TYPE_IPC = 0x08, //!< Value is OR'd with the physical node number
};
/** @var msg_sys_types_t::MSG_MM_RP_READ
OpenPOWER on IntegriCloud