net: cleanup include/linux
[linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git] / include / linux / netfilter_bridge / ebt_arpreply.h
blob7e77896e1fbf0ef02b96a70e582def0a4fbf3fab
1 #ifndef __LINUX_BRIDGE_EBT_ARPREPLY_H
2 #define __LINUX_BRIDGE_EBT_ARPREPLY_H
4 struct ebt_arpreply_info {
5 unsigned char mac[ETH_ALEN];
6 int target;
7 };
8 #define EBT_ARPREPLY_TARGET "arpreply"
10 #endif