mm: Don't pin ZERO_PAGE in pin_user_pages()
[linux-block.git] / include / linux / mailbox_client.h
index 65229a45590f159d73d4c7f1e30e556f4a40e8e5..734694912ef74902bea58f92872f6ae0ed176a42 100644 (file)
@@ -37,6 +37,7 @@ struct mbox_client {
        void (*tx_done)(struct mbox_client *cl, void *mssg, int r);
 };
 
+int mbox_bind_client(struct mbox_chan *chan, struct mbox_client *cl);
 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);