diff options
Diffstat (limited to 'include/linux/mailbox_client.h')
-rw-r--r-- | include/linux/mailbox_client.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/mailbox_client.h b/include/linux/mailbox_client.h index 44348710953f..faa7da3c9c8b 100644 --- a/include/linux/mailbox_client.h +++ b/include/linux/mailbox_client.h | |||
@@ -44,6 +44,7 @@ struct mbox_chan *mbox_request_channel_byname(struct mbox_client *cl, | |||
44 | const char *name); | 44 | const char *name); |
45 | struct mbox_chan *mbox_request_channel(struct mbox_client *cl, int index); | 45 | struct mbox_chan *mbox_request_channel(struct mbox_client *cl, int index); |
46 | int mbox_send_message(struct mbox_chan *chan, void *mssg); | 46 | int mbox_send_message(struct mbox_chan *chan, void *mssg); |
47 | int mbox_flush(struct mbox_chan *chan, unsigned long timeout); | ||
47 | void mbox_client_txdone(struct mbox_chan *chan, int r); /* atomic */ | 48 | void mbox_client_txdone(struct mbox_chan *chan, int r); /* atomic */ |
48 | bool mbox_client_peek_data(struct mbox_chan *chan); /* atomic */ | 49 | bool mbox_client_peek_data(struct mbox_chan *chan); /* atomic */ |
49 | void mbox_free_channel(struct mbox_chan *chan); /* may sleep */ | 50 | void mbox_free_channel(struct mbox_chan *chan); /* may sleep */ |