diff options
| author | Doug Gilbert <dgilbert@us.ibm.com> | 2013-11-15 12:45:52 -0600 |
|---|---|---|
| committer | A. Patrick Williams III <iawillia@us.ibm.com> | 2014-01-10 18:06:54 -0600 |
| commit | effa0e2c6eccb199caa6179a0618c75c6182aa4b (patch) | |
| tree | cfbd0f070ad74eaf3a08f6f545de8fc633efc688 /src/include/usr/mbox | |
| parent | 613d36e02e5ce4e5b69cbb02483e9fa352666ecd (diff) | |
| download | talos-hostboot-effa0e2c6eccb199caa6179a0618c75c6182aa4b.tar.gz talos-hostboot-effa0e2c6eccb199caa6179a0618c75c6182aa4b.zip | |
implement start_payload for multi-drawer
RTC: 71994
Change-Id: I422f349d5588731a5e7cfc504d96e497958d6b95
Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/7426
Tested-by: Jenkins Server
Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/include/usr/mbox')
| -rw-r--r-- | src/include/usr/mbox/ipc_msg_types.H | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/usr/mbox/ipc_msg_types.H b/src/include/usr/mbox/ipc_msg_types.H index e6b450b40..3271c515e 100644 --- a/src/include/usr/mbox/ipc_msg_types.H +++ b/src/include/usr/mbox/ipc_msg_types.H @@ -34,6 +34,7 @@ namespace IPC { IPC_POPULATE_ATTRIBUTES = MBOX::FIRST_SECURE_MSG + 1, IPC_TEST_CONNECTION = MBOX::FIRST_SECURE_MSG + 2, + IPC_START_PAYLOAD, }; }; // namespace IPC |

