GUI: Fix Tomato RAF theme for all builds. Compilation typo.
[tomato.git] / release / src-rt-6.x.4708 / toolchains / hndtools-arm-linux-2.6.36-uclibc-4.5.3 / arm-brcm-linux-uclibcgnueabi / sysroot / usr / 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