summaryrefslogtreecommitdiff
path: root/include/mailbox.h
diff options
context:
space:
mode:
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