perf tools: Fix fallback to cplus_demangle() when bfd_demangle() is not available
[linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git] / include / linux / netfilter_bridge / ebt_pkttype.h
blob0d64bbb29c66ff9376e2e5ebbe9251d9668e90ee
1 #ifndef __LINUX_BRIDGE_EBT_PKTTYPE_H
2 #define __LINUX_BRIDGE_EBT_PKTTYPE_H
4 struct ebt_pkttype_info
6 uint8_t pkt_type;
7 uint8_t invert;
8 };
9 #define EBT_PKTTYPE_MATCH "pkttype"
11 #endif