mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH 1/2] mailbox: Prototype mbox_client_peek_data()
@ 2014-06-13 20:41 Mark Brown
  2014-06-13 20:41 ` [PATCH 2/2] mailbox: Remove const from client argument of mbox_request_channel() Mark Brown
  0 siblings, 1 reply; 2+ messages in thread
From: Mark Brown @ 2014-06-13 20:41 UTC (permalink / raw)
  To: Jassi Brar; +Cc: linaro-kernel, linux-kernel, Mark Brown

From: Mark Brown <broonie@linaro.org>

This is an interface intended for client drivers and exported but it is
not prototyped in the headers so can't be used. Add a prototype.

Signed-off-by: Mark Brown <broonie@linaro.org>
---
 include/linux/mailbox_client.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/include/linux/mailbox_client.h b/include/linux/mailbox_client.h
index 53eb0784261b..cbfcf8478ca9 100644
--- a/include/linux/mailbox_client.h
+++ b/include/linux/mailbox_client.h
@@ -40,6 +40,7 @@ struct mbox_client {
 struct mbox_chan *mbox_request_channel(const struct mbox_client *cl);
 int mbox_send_message(struct mbox_chan *chan, void *mssg);
 void mbox_client_txdone(struct mbox_chan *chan, int r);
+bool mbox_client_peek_data(struct mbox_chan *chan);
 void mbox_free_channel(struct mbox_chan *chan);
 
 #endif /* __MAILBOX_CLIENT_H */
-- 
2.0.0


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2014-06-13 20:41 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-06-13 20:41 [PATCH 1/2] mailbox: Prototype mbox_client_peek_data() Mark Brown
2014-06-13 20:41 ` [PATCH 2/2] mailbox: Remove const from client argument of mbox_request_channel() Mark Brown

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®