]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/blob - include/linux/netfilter_bridge/ebt_pkttype.h
Merge branch 'for-2.6.39/core' of git://git.kernel.dk/linux-2.6-block
[mirror_ubuntu-zesty-kernel.git] / include / linux / netfilter_bridge / ebt_pkttype.h
1 #ifndef __LINUX_BRIDGE_EBT_PKTTYPE_H
2 #define __LINUX_BRIDGE_EBT_PKTTYPE_H
3
4 #include <linux/types.h>
5
6 struct ebt_pkttype_info {
7 __u8 pkt_type;
8 __u8 invert;
9 };
10 #define EBT_PKTTYPE_MATCH "pkttype"
11
12 #endif