14 lines
205 B
C
Raw Normal View History

2026-01-21 18:59:54 +08:00
/* SPDX-License-Identifier: GPL-2.0 */
#ifndef _NETNS_NFTABLES_H_
#define _NETNS_NFTABLES_H_
2026-01-29 22:25:33 +08:00
#include <linux/kabi.h>
2026-01-21 18:59:54 +08:00
struct netns_nftables {
u8 gencursor;
2026-01-29 22:25:33 +08:00
KABI_RESERVE(1)
KABI_RESERVE(2)
2026-01-21 18:59:54 +08:00
};
#endif