GUI: Fix Tomato RAF theme for all builds. Compilation typo.
[tomato.git] / release / src-rt-6.x.4708 / linux / linux-2.6.36 / include / linux / netfilter_bridge / ebt_pkttype.h
blob51a7998409312e9cdd58fc50b89e9ea4038c8226
1 #ifndef __LINUX_BRIDGE_EBT_PKTTYPE_H
2 #define __LINUX_BRIDGE_EBT_PKTTYPE_H
4 struct ebt_pkttype_info {
5 uint8_t pkt_type;
6 uint8_t invert;
7 };
8 #define EBT_PKTTYPE_MATCH "pkttype"
10 #endif