mirror of https://gitee.com/openkylin/linux.git
10 lines
237 B
C
10 lines
237 B
C
|
/*
|
||
|
* 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; }
|