blob: b0587f3a5d7790a56abb0613f58bc4cde28cbc9d (
plain)
1
2
3
4
5
6
7
8
9
|
/*
* Placeholders for subsequent patches
*/
#include "xprt_rdma.h"
void rpcrdma_conn_func(struct rpcrdma_ep *a) { }
void rpcrdma_reply_handler(struct rpcrdma_rep *a) { }
int rpcrdma_marshal_req(struct rpc_rqst *a) { return EINVAL; }
|