dt-bindings: mtd: ingenic: Use standard ecc-engine property
[linux/fpc-iii.git] / net / smc / smc_netns.h
blobe7a8fc4ae02f5d7017bc13b4e082ddd42e370dec
1 /* SPDX-License-Identifier: GPL-2.0 */
2 /* Shared Memory Communications
4 * Network namespace definitions.
6 * Copyright IBM Corp. 2018
7 */
9 #ifndef SMC_NETNS_H
10 #define SMC_NETNS_H
12 #include "smc_pnet.h"
14 extern unsigned int smc_net_id;
16 /* per-network namespace private data */
17 struct smc_net {
18 struct smc_pnettable pnettable;
20 #endif