blob: 8ec9743baa257a50115f2affd5c85bc3949b3ec9 [file] [log] [blame]
/* SPDX-License-Identifier: GPL-2.0 */
#ifndef _NETNS_NFTABLES_H_
#define _NETNS_NFTABLES_H_
#include <linux/android_kabi.h>
struct netns_nftables {
u8 gencursor;
ANDROID_KABI_RESERVE(1);
};
#endif