]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - include/linux/mailbox_client.h
Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild
[karo-tx-linux.git] / include / linux / mailbox_client.h
index 1726ccbd8009a814564dd717000288733c759ff5..44348710953f277576975b1bfe37375fc50e899c 100644 (file)
@@ -40,6 +40,8 @@ struct mbox_client {
        void (*tx_done)(struct mbox_client *cl, void *mssg, int r);
 };
 
+struct mbox_chan *mbox_request_channel_byname(struct mbox_client *cl,
+                                             const char *name);
 struct mbox_chan *mbox_request_channel(struct mbox_client *cl, int index);
 int mbox_send_message(struct mbox_chan *chan, void *mssg);
 void mbox_client_txdone(struct mbox_chan *chan, int r); /* atomic */