HID: automatically call usbhid_set_leds in usbhid driver
[linux-2.6/mini2440.git] / include / linux / netfilter_ipv6 / ip6t_physdev.h
blobc161c0a81b55d458fa5db0ab87814acf3c46b86d
1 #ifndef _IP6T_PHYSDEV_H
2 #define _IP6T_PHYSDEV_H
4 /* Backwards compatibility for old userspace */
6 #include <linux/netfilter/xt_physdev.h>
8 #define IP6T_PHYSDEV_OP_IN XT_PHYSDEV_OP_IN
9 #define IP6T_PHYSDEV_OP_OUT XT_PHYSDEV_OP_OUT
10 #define IP6T_PHYSDEV_OP_BRIDGED XT_PHYSDEV_OP_BRIDGED
11 #define IP6T_PHYSDEV_OP_ISIN XT_PHYSDEV_OP_ISIN
12 #define IP6T_PHYSDEV_OP_ISOUT XT_PHYSDEV_OP_ISOUT
13 #define IP6T_PHYSDEV_OP_MASK XT_PHYSDEV_OP_MASK
15 #define ip6t_physdev_info xt_physdev_info
17 #endif /*_IP6T_PHYSDEV_H*/