summaryrefslogtreecommitdiff
path: root/include/mailbox.h
diff options
context:
space:
mode:
authorTeo Hall <teo.hall@nxp.com>2016-09-12 14:12:25 -0500
committerYe Li <ye.li@nxp.com>2018-04-27 02:32:30 -0700
commitafcfb7e5105ef01ec46a6c896b20e210a07ee094 (patch)
tree22033d701a4725f7eacdaedff5b4e0d6b4c8fa7a /include/mailbox.h
parent3733fc85c1f29f2d0ac2af42eca64d5939902fe3 (diff)
MLK-14938-23 mailbox: enable mbox_send non-blocking use
Add a timeout to allow non-blocking use in the same way as mbox_recv Signed-off-by: Teo Hall <teo.hall@nxp.com> (cherry picked from commit c2296701fa91dc8d4144c84c19ffe40dba3df88c)
Diffstat (limited to 'include/mailbox.h')
-rw-r--r--include/mailbox.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/mailbox.h b/include/mailbox.h
index a92a1a590d..8d89f3f99e 100644
--- a/include/mailbox.h
+++ b/include/mailbox.h
@@ -124,7 +124,7 @@ int mbox_free(struct mbox_chan *chan);
* will ignore this parameter.
* @return 0 if OK, or a negative error code.
*/
-int mbox_send(struct mbox_chan *chan, const void *data);
+int mbox_send(struct mbox_chan *chan, const void *data, ulong timeout_us);
/**
* mbox_recv - Receive any available message from a mailbox channel