mirror of
https://github.com/torvalds/linux.git
synced 2024-12-28 05:41:55 +00:00
7752237e9f
Rather than using a copy of vegas code, the YEAH code should just have it exported so there is common code. Signed-off-by: Stephen Hemminger <shemminger@linux-foundation.org> Signed-off-by: David S. Miller <davem@davemloft.net>
8 lines
148 B
C
8 lines
148 B
C
#include <linux/mm.h>
|
|
#include <linux/module.h>
|
|
#include <linux/skbuff.h>
|
|
#include <linux/inet_diag.h>
|
|
#include <asm/div64.h>
|
|
|
|
#include <net/tcp.h>
|