]> git.ipfire.org Git - people/arne_f/kernel.git/blame - net/smc/smc_rx.h
i2c: i801: Fix resume bug
[people/arne_f/kernel.git] / net / smc / smc_rx.h
CommitLineData
b2441318 1/* SPDX-License-Identifier: GPL-2.0 */
952310cc
UB
2/*
3 * Shared Memory Communications over RDMA (SMC-R) and RoCE
4 *
5 * Manage RMBE
6 *
7 * Copyright IBM Corp. 2016
8 *
9 * Author(s): Ursula Braun <ubraun@linux.vnet.ibm.com>
10 */
11
12#ifndef SMC_RX_H
13#define SMC_RX_H
14
15#include <linux/socket.h>
16#include <linux/types.h>
17
18#include "smc.h"
19
20void smc_rx_init(struct smc_sock *smc);
21int smc_rx_recvmsg(struct smc_sock *smc, struct msghdr *msg, size_t len,
22 int flags);
23
24#endif /* SMC_RX_H */