License cleanup: add SPDX GPL-2.0 license identifier to files with no license
[linux-2.6/btrfs-unstable.git] / net / smc / smc_rx.h
blob3a32b59bf06c56b52871a3ea51f758d7677dc8b3
1 /* SPDX-License-Identifier: GPL-2.0 */
2 /*
3 * Shared Memory Communications over RDMA (SMC-R) and RoCE
5 * Manage RMBE
7 * Copyright IBM Corp. 2016
9 * Author(s): Ursula Braun <ubraun@linux.vnet.ibm.com>
12 #ifndef SMC_RX_H
13 #define SMC_RX_H
15 #include <linux/socket.h>
16 #include <linux/types.h>
18 #include "smc.h"
20 void smc_rx_init(struct smc_sock *smc);
21 int smc_rx_recvmsg(struct smc_sock *smc, struct msghdr *msg, size_t len,
22 int flags);
24 #endif /* SMC_RX_H */