diff options
Diffstat (limited to 'include/net/fq.h')
| -rw-r--r-- | include/net/fq.h | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/include/net/fq.h b/include/net/fq.h index 2eccbbd2b559..99fbe4127b95 100644 --- a/include/net/fq.h +++ b/include/net/fq.h @@ -7,6 +7,10 @@ #ifndef __NET_SCHED_FQ_H #define __NET_SCHED_FQ_H +#include <linux/skbuff.h> +#include <linux/spinlock.h> +#include <linux/types.h> + struct fq_tin; /** @@ -94,9 +98,4 @@ typedef bool fq_skb_filter_t(struct fq *, struct sk_buff *, void *); -typedef struct fq_flow *fq_flow_get_default_t(struct fq *, - struct fq_tin *, - int idx, - struct sk_buff *); - #endif |
