diff options
| author | Doug Gilbert <dgilbert@us.ibm.com> | 2012-04-11 11:10:59 -0500 |
|---|---|---|
| committer | A. Patrick Williams III <iawillia@us.ibm.com> | 2012-04-24 10:00:24 -0500 |
| commit | 5631ede5d2e63fa8585505eb29c6d86f420c9344 (patch) | |
| tree | 6771affa3d0233f7ef07f2d1273e8d32863416b0 /src/include/usr/mbox | |
| parent | f2dd13f86d803e241b835c5ca2a2a14d583ba01e (diff) | |
| download | talos-hostboot-5631ede5d2e63fa8585505eb29c6d86f420c9344.tar.gz talos-hostboot-5631ede5d2e63fa8585505eb29c6d86f420c9344.zip | |
Mailbox service provider - addtional error handling
RTC: 39989
Change-Id: Ib8bf236f387b7eddff53074adc80b9cb12d04360
Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/884
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/mbox_queues.H | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/include/usr/mbox/mbox_queues.H b/src/include/usr/mbox/mbox_queues.H index 1e19b62eb..6eadfd32f 100644 --- a/src/include/usr/mbox/mbox_queues.H +++ b/src/include/usr/mbox/mbox_queues.H @@ -82,7 +82,9 @@ namespace MBOX */ enum msg_type_t { - MSG_REQUEST_DMA_BUFFERS = FIRST_UNSECURE_MSG, + MSG_INVALID_MSG_QUEUE_ID = FIRST_UNSECURE_MSG + 1, + MSG_INVALID_MSG_TYPE, + MSG_REQUEST_DMA_BUFFERS, }; |

