Coccinelle release 0.2.5-rc8
[bpt/coccinelle.git] / tests / topdec.c
CommitLineData
34e49164
C
1#ifdef TUN_DEBUG
2static int debug;
3#endif
4
5/* Network device part of the driver */
6
7static LIST_HEAD(tun_dev_list);
8static struct ethtool_ops tun_ethtool_ops;