Merge tag 'f2fs-for-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk...
[linux-2.6-microblaze.git] / include / uapi / linux / netfilter_bridge / ebt_pkttype.h
1 /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
2 #ifndef __LINUX_BRIDGE_EBT_PKTTYPE_H
3 #define __LINUX_BRIDGE_EBT_PKTTYPE_H
4
5 #include <linux/types.h>
6
7 struct ebt_pkttype_info {
8         __u8 pkt_type;
9         __u8 invert;
10 };
11 #define EBT_PKTTYPE_MATCH "pkttype"
12
13 #endif