Release coccinelle-0.1
[bpt/coccinelle.git] / tests / ifdef2.res
1 #include <asm/thread_info.h>
2 #include <asm/memory.h>
3 #include <asm/mach/time.h>
4 #ifdef CONFIG_NKERNEL
5 #include <nk/nkern.h>
6 #include <asm/nkern.h>
7 unsigned long maxsize = 0;
8 #endif
9 #include <asm/io.h>
10
11
12 void init_IRQ(void)
13 {
14 for (irq = 0; irq < IRQS; irq++) {
15 *desc = irq_desc;
16 uselessCall();
17 }
18 }