Release coccinelle-0.2.1-rc1
[bpt/coccinelle.git] / tests / topdec.c
1 #ifdef TUN_DEBUG
2 static int debug;
3 #endif
4
5 /* Network device part of the driver */
6
7 static LIST_HEAD(tun_dev_list);
8 static struct ethtool_ops tun_ethtool_ops;