]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blame - include/uapi/linux/netfilter_bridge/ebt_pkttype.h
License cleanup: add SPDX license identifier to uapi header files with no license
[mirror_ubuntu-bionic-kernel.git] / include / uapi / linux / netfilter_bridge / ebt_pkttype.h
CommitLineData
6f52b16c 1/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
1da177e4
LT
2#ifndef __LINUX_BRIDGE_EBT_PKTTYPE_H
3#define __LINUX_BRIDGE_EBT_PKTTYPE_H
4
06988b06
JE
5#include <linux/types.h>
6
d94d9fee 7struct ebt_pkttype_info {
0260c1dc
JE
8 __u8 pkt_type;
9 __u8 invert;
1da177e4
LT
10};
11#define EBT_PKTTYPE_MATCH "pkttype"
12
13#endif