NFSv4: Make open_confirm() asynchronous too
[linux-2.6/verdex.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