1 #ifndef _XT_MAC_H 2 #define _XT_MAC_H 3 4 #include <linux/if_ether.h> 5 6 struct xt_mac_info { 7 unsigned char srcaddr[ETH_ALEN]; 8 int invert; 9 }; 10 #endif /*_XT_MAC_H*/ 11