/* SPDX-License-Identifier: GPL-2.0 */ /* * Shared Memory Communications over RDMA (SMC-R) and RoCE * * SMC Generic netlink operations * * Copyright IBM Corp. 2020 * * Author(s): Guvenc Gulce */ #ifndef _SMC_NETLINK_H #define _SMC_NETLINK_H #include #include extern struct genl_family smc_gen_nl_family; int smc_nl_init(void) __init; void smc_nl_exit(void); #endif