JustOS/linux-6.13/include/net/netns/nftables.h

10 lines
146 B
C
Raw Normal View History

2025-01-24 14:00:19 +00:00
/* SPDX-License-Identifier: GPL-2.0 */
#ifndef _NETNS_NFTABLES_H_
#define _NETNS_NFTABLES_H_
struct netns_nftables {
u8 gencursor;
};
#endif