- Test m_pkthdr.fw_flags against DUMMYNET_MBUF_TAGGED before trying to locate
[dragonfly/netmp.git] / contrib / ipfilter / ipsend / linux.h
blob2d2a243c4d9620902da188164f581dfdb5137f00
1 /*
2 * Copyright (C) 1995-1998 by Darren Reed.
4 * See the IPFILTER.LICENCE file for details on licencing.
6 * @(#)linux.h 1.1 8/19/95
7 */
9 #include <linux/config.h>
10 #ifdef MODULE
11 #include <linux/module.h>
12 #include <linux/version.h>
13 #endif /* MODULE */
15 #include "ip_compat.h"