[PATCH] I2C: Add support for the LPC47M15x and LPC47M192 chips to smsc47m1
[linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git] / include / net / tc_act / tc_mirred.h
blobb5c32f65c12c89afaa76b04978c057a7569948ba
1 #ifndef __NET_TC_MIR_H
2 #define __NET_TC_MIR_H
4 #include <net/act_api.h>
6 struct tcf_mirred
8 tca_gen(mirred);
9 int eaction;
10 int ifindex;
11 int ok_push;
12 struct net_device *dev;
15 #endif