2026-01-29 22:25:33 +08:00

14 lines
205 B
C

/* SPDX-License-Identifier: GPL-2.0 */
#ifndef _NETNS_NFTABLES_H_
#define _NETNS_NFTABLES_H_
#include <linux/kabi.h>
struct netns_nftables {
u8 gencursor;
KABI_RESERVE(1)
KABI_RESERVE(2)
};
#endif