[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_defact.h
blob463aa671f95d29edf4cc4af90d4de9e7be8c0ceb
1 #ifndef __NET_TC_DEF_H
2 #define __NET_TC_DEF_H
4 #include <net/act_api.h>
6 struct tcf_defact
8 tca_gen(defact);
9 u32 datalen;
10 void *defdata;
13 #endif