Release coccinelle-0.1
[bpt/coccinelle.git] / tests / ifend.c
1 #ifdef VORTEX_DEBUG
2 static int vortex_debug = VORTEX_DEBUG;
3 #else
4 static int vortex_debug = 1;
5 #endif
6
7 #include <linux/config.h>